Skip to content
This repository has been archived by the owner on Oct 10, 2023. It is now read-only.

Commit

Permalink
npm scripts: Fix CI and Heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
steida committed Mar 1, 2017
1 parent ad40d5d commit 5424e1d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Expand Up @@ -6,6 +6,8 @@
"build": "gulp build --production",
"flow": "flow",
"install": "gulp native-fix",
"postinstall": "gulp native",
"heroku-postbuild": "gulp build --production",
"jest": "jest",
"jest:watch": "jest --watch",
"start": "node src/server",
Expand Down

0 comments on commit 5424e1d

Please sign in to comment.