Skip to content

Commit 5699fbb

Browse files
committed
Rename publish script to deploy
1 parent 3dde8c2 commit 5699fbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"copy": "cp src/index.html dist/index.html",
1111
"build": "npm run clean && npm run copy && npm run browserify",
1212
"start": "npm run build && http-server dist",
13-
"publish": "npm run build && gh-pages -d dist -m \"Updates --skip-ci\""
13+
"deploy": "npm run build && gh-pages -d dist -m \"Updates --skip-ci\""
1414
},
1515
"repository": {
1616
"type": "git",

0 commit comments

Comments
 (0)