Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 30caa8b

Browse files
author
Jeremy Kahn
committed
Add deploy script
1 parent aec3200 commit 30caa8b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
},
99
"devDependencies": {
1010
"@jeremyckahn/minami": "^1.3.1",
11+
"gh-pages": "^1.1.0",
1112
"gulp": "^3.8.10",
1213
"gulp-eslint": "^3.0.1",
1314
"gulp-jasmine": "^2.0.1",
@@ -17,6 +18,7 @@
1718
},
1819
"scripts": {
1920
"test": "gulp test",
21+
"deploy": "npm run doc:build && gh-pages -d dist -b gh-pages",
2022
"doc": "npm run doc:build && npm run doc:view",
2123
"doc:build": "jsdoc -c doc-config.json",
2224
"doc:view": "live-server dist --port=9124"

0 commit comments

Comments
 (0)