✌️
This commit is contained in:
parent
b1abe686f1
commit
a94c0460ee
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 --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",
|
||||
"gulp": "gulp build",
|
||||
"rebuild": "gulp rebuild",
|
||||
"clean": "gulp clean",
|
||||
|
|
Loading…
Reference in a new issue