Deploy to github remote

This commit is contained in:
Tyler Hallada 2018-04-16 22:48:51 -04:00
parent f663e23bc9
commit 4ecc93189b

View File

@ -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"
},