Skip to content

Commit

Permalink
Add gulp build to Federalist npm script
Browse files Browse the repository at this point in the history
  • Loading branch information
hursey013 committed Mar 23, 2018
1 parent 624b0f1 commit 5e8f644
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 @@ -13,7 13,7 @@
"build:js": "gulp javascript",
"cover": "istanbul cover --config config/istanbul.yml gulp cover",
"cracks": "cracks --paths package.json,spec",
"federalist": "npm install --only=dev && fractal build",
"federalist": "npm install --only=dev && gulp build && fractal build",
"mocha": "mocha --opts spec/mocha.opts",
"prepare": "gulp build",
"preversion": "npm test",
Expand Down

0 comments on commit 5e8f644

Please sign in to comment.