forked from FoundKeyGang/FoundKey
✌️
This commit is contained in:
parent
7fbc50dfe8
commit
ec5c9963cb
1 changed files with 2 additions and 2 deletions
|
@ -13,8 +13,8 @@
|
|||
"start": "node ./built",
|
||||
"debug": "DEBUG=misskey:* node ./built",
|
||||
"swagger": "node ./swagger.js",
|
||||
"build": "node --max_old_space_size=4096 ./node_modules/webpack/bin/webpack.js && gulp build",
|
||||
"webpack": "node --max_old_space_size=4096 ./node_modules/webpack/bin/webpack.js",
|
||||
"build": "node --max_old_space_size=8192 ./node_modules/webpack/bin/webpack.js && gulp build",
|
||||
"webpack": "node --max_old_space_size=8192 ./node_modules/webpack/bin/webpack.js",
|
||||
"gulp": "gulp build",
|
||||
"rebuild": "gulp rebuild",
|
||||
"clean": "gulp clean",
|
||||
|
|
Loading…
Reference in a new issue