Deploy to github remote
This commit is contained in:
parent
f663e23bc9
commit
4ecc93189b
@ -6,7 +6,7 @@
|
||||
"scripts": {
|
||||
"start": "NODE_ENV=development ./node_modules/.bin/webpack-dev-server --mode development",
|
||||
"build": "NODE_ENV=production ./node_modules/.bin/webpack --mode production",
|
||||
"deploy": "./node_modules/.bin/gh-pages -d dist",
|
||||
"deploy": "./node_modules/.bin/gh-pages -d dist --remote github",
|
||||
"lint": "./node_modules/.bin/tslint src/",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user