Skip to content
This repository has been archived by the owner on Jan 23, 2021. It is now read-only.

Commit

Permalink
Only run gulp build:dist if we're in production (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffposnick authored Sep 21, 2016
1 parent f99b7a7 commit 4ed429d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app-shell-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"node": ">=5.0.0"
},
"scripts": {
"postinstall": "gulp build:dist",
"postinstall": "if test \"$NODE_ENV\" = \"production\"; then gulp build:dist; fi",
"start": "node index.js"
}
}

0 comments on commit 4ed429d

Please sign in to comment.