Fix trying to run .sh file with node in prepublish script
This commit is contained in:
parent
5d7f4d7a23
commit
a1022f38e1
@ -31,7 +31,7 @@
|
||||
],
|
||||
"scripts": {
|
||||
"test": "node test/run.js",
|
||||
"prepublish": "node bin/prepublish.sh"
|
||||
"prepublish": "bin/prepublish.sh"
|
||||
},
|
||||
"bin": {
|
||||
"acorn": "./bin/acorn"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user