Skip to content

Commit

Permalink
Fix coffeescript compilation command
Browse files Browse the repository at this point in the history
  • Loading branch information
adelq committed Mar 26, 2017
1 parent 52fe70e commit b01d53d
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 @@ -3,7 +3,7 @@
"version": "1.0.0",
"description": "Common Funding Application",
"scripts": {
"postinstall": "coffee -o app/static/js/ -c app/static/coffeescripts/"
"postinstall": "coffee --output static/js/ --compile app/static/coffeescripts/"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit b01d53d

Please sign in to comment.