Skip to content

Commit d16e01f

Browse files
author
王林涛
committed
chore(package.json): add gh-pages scripts
1 parent 8ccf8ca commit d16e01f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"dev": "node build/dev-server.js",
99
"start": "node build/dev-server.js",
1010
"dev-dist": "node build/dev-dist.js",
11-
"build": "node build/build.js"
11+
"build": "node build/build.js",
12+
"gh-pages": "git subtree push --prefix=examples/dist origin gh-pages"
1213
},
1314
"dependencies": {
1415
"vue": "^2.3.3"

0 commit comments

Comments
 (0)