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 3dde8c2 commit 5699fbbCopy full SHA for 5699fbb
package.json
@@ -10,7 +10,7 @@
10
"copy": "cp src/index.html dist/index.html",
11
"build": "npm run clean && npm run copy && npm run browserify",
12
"start": "npm run build && http-server dist",
13
- "publish": "npm run build && gh-pages -d dist -m \"Updates --skip-ci\""
+ "deploy": "npm run build && gh-pages -d dist -m \"Updates --skip-ci\""
14
},
15
"repository": {
16
"type": "git",
0 commit comments