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