Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aec3200 commit 30caa8bCopy full SHA for 30caa8b
package.json
@@ -8,6 +8,7 @@
8
},
9
"devDependencies": {
10
"@jeremyckahn/minami": "^1.3.1",
11
+ "gh-pages": "^1.1.0",
12
"gulp": "^3.8.10",
13
"gulp-eslint": "^3.0.1",
14
"gulp-jasmine": "^2.0.1",
@@ -17,6 +18,7 @@
17
18
19
"scripts": {
20
"test": "gulp test",
21
+ "deploy": "npm run doc:build && gh-pages -d dist -b gh-pages",
22
"doc": "npm run doc:build && npm run doc:view",
23
"doc:build": "jsdoc -c doc-config.json",
24
"doc:view": "live-server dist --port=9124"
0 commit comments