Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit 0692d71

Browse files
committed
postinstall fix for noexec enviornment
Shebang will not work on filesystem with noexec flag, so interpreter is essential.
1 parent 6c8b73d commit 0692d71

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
@@ -33,7 +33,7 @@
3333
"scripts": {
3434
"test": "phantomjs testrunner.js",
3535
"web": "tiny-cdn run -p=1337",
36-
"postinstall": "lightercollective"
36+
"postinstall": "node ./node_modules/.bin/lightercollective"
3737
},
3838
"devDependencies": {
3939
"html-class": "^1.2.0",

0 commit comments

Comments
 (0)