Skip to content

Commit 7512882

Browse files
committed
Modified package
1 parent 9a9074c commit 7512882

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"test": "echo \"Error: no test specified\" && exit 1",
88
"build": "mkdir -p ./build && cp ./src/index.html ./build/ && webpack -p --config webpack.production.config.js",
99
"start": "PORT=8081 node dev-server.js",
10-
"deploy": "npm run build && cp -r build/* . && git add . && git commit -m 'Deploy to GitHub Pages' && git push origin HEAD:gh-pages"
10+
"deploy": "npm run build && cp -r build/* . && git checkout gh-pages && git add . && git commit -m 'Deploy to GitHub Pages' && git push origin HEAD:gh-pages"
1111
},
1212
"author": "David Kobalia",
1313
"license": "MIT",

0 commit comments

Comments
 (0)