Browse Source

Deploy to github remote

Tyler Hallada 6 years ago
parent
commit
4ecc93189b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -6,7 +6,7 @@
6 6
   "scripts": {
7 7
     "start": "NODE_ENV=development ./node_modules/.bin/webpack-dev-server --mode development",
8 8
     "build": "NODE_ENV=production ./node_modules/.bin/webpack --mode production",
9
-    "deploy": "./node_modules/.bin/gh-pages -d dist",
9
+    "deploy": "./node_modules/.bin/gh-pages -d dist --remote github",
10 10
     "lint": "./node_modules/.bin/tslint src/",
11 11
     "test": "echo \"Error: no test specified\" && exit 1"
12 12
   },