Skip to content

Commit b01d53d

Browse files
committed
Fix coffeescript compilation command
1 parent 52fe70e commit b01d53d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.0.0",
44
"description": "Common Funding Application",
55
"scripts": {
6-
"postinstall": "coffee -o app/static/js/ -c app/static/coffeescripts/"
6+
"postinstall": "coffee --output static/js/ --compile app/static/coffeescripts/"
77
},
88
"repository": {
99
"type": "git",

0 commit comments

Comments
 (0)