forked from FoundKeyGang/FoundKey
✌️
This commit is contained in:
parent
27b2e3eb49
commit
fea996d623
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_modules/.bin/webpack && gulp build",
|
||||
"webpack": "./node_modules/.bin/webpack",
|
||||
"build": "./node_modules/.bin/webpack --max_old_space_size 512 && gulp build",
|
||||
"webpack": "./node_modules/.bin/webpack --max_old_space_size 512",
|
||||
"gulp": "gulp build",
|
||||
"rebuild": "gulp rebuild",
|
||||
"clean": "gulp clean",
|
||||
|
|
Loading…
Reference in a new issue