mirror of
https://github.com/danbulant/flying-squid
synced 2026-06-19 06:21:08 +00:00
fix babel path : babel doesn't need to be installed globally after this
This commit is contained in:
parent
36625a3671
commit
f5e2b9aaa7
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@
|
|||
},
|
||||
"scripts": {
|
||||
"test": "mocha --reporter spec",
|
||||
"postinstall": "babel -d node_modules/prismarine-world/dist/ node_modules/prismarine-world/src/ && babel -d node_modules/prismarine-chunk/dist/ node_modules/prismarine-chunk/src/ "
|
||||
"postinstall": "node_modules/.bin/babel -d node_modules/prismarine-world/dist/ node_modules/prismarine-world/src/ && node_modules/.bin/babel -d node_modules/prismarine-chunk/dist/ node_modules/prismarine-chunk/src/ "
|
||||
},
|
||||
"keywords": [],
|
||||
"licenses": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue