mirror of
https://github.com/scratchfoundation/scratch-render.git
synced 2025-07-29 07:29:41 -04:00
Merge pull request #39 from rschamp/build-dist
Use path to webpack for postinstall
This commit is contained in:
commit
201ceaba77
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
},
|
||||
"main": "./dist.js",
|
||||
"scripts": {
|
||||
"postinstall": "webpack",
|
||||
"postinstall": "./node_modules/.bin/webpack",
|
||||
"test": "make test"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue