Skip to content
This repository has been archived by the owner on Sep 25, 2019. It is now read-only.

Commit

Permalink
Add NODE_ENV on test scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
pirelenito committed Mar 22, 2016
1 parent ed94521 commit fc41731
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/bootstrap/package-json.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import json from '../util/json'

const saguiScripts = {
'start': 'npm run develop',
'test': 'sagui test',
'test-watch': 'sagui test --watch',
'test': 'NODE_ENV=test sagui test',
'test-watch': 'NODE_ENV=test sagui test --watch',
'develop': 'sagui develop',
'build': 'sagui build',
'dist': 'NODE_ENV=production sagui dist'
Expand Down

0 comments on commit fc41731

Please sign in to comment.