Skip to content

Commit

Permalink
misc: update github build
Browse files Browse the repository at this point in the history
  • Loading branch information
Shlomi Assaf (shlassaf) committed Aug 13, 2017
1 parent 9970885 commit 3a1eb76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"e2e:travis": "npm-run-all -p -r server:prod:ci protractor:delay",
"e2e": "npm-run-all -p -r server:prod:ci protractor",
"github-deploy:dev": "npm run webpack -- --config config/webpack.github-deploy.js --progress --profile --env.githubDev",
"github-deploy:prod": "npm run webpack -- --config config/webpack.github-deploy.js --progress --profile --env.githubProd",
"github-deploy:prod": "gulp build && npm run webpack -- --config config/webpack.github-deploy.js --progress --profile --env.githubProd --env.sim",
"github-deploy": "npm run github-deploy:dev",
"gulp": "gulp",
"jest": "jest",
Expand Down

0 comments on commit 3a1eb76

Please sign in to comment.