diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-03-02 19:20:52 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-03-02 19:20:52 +0900 |
| commit | 165c93b248a18c36b950d6d318f1d8c2a3965a57 (patch) | |
| tree | 81e9105e09786bb468f82c008cb1b252fc1a5bac /package.json | |
| parent | v3930 (diff) | |
| download | misskey-165c93b248a18c36b950d6d318f1d8c2a3965a57.tar.gz misskey-165c93b248a18c36b950d6d318f1d8c2a3965a57.tar.bz2 misskey-165c93b248a18c36b950d6d318f1d8c2a3965a57.zip | |
:v:
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json index 8aafb63401..03db892ec6 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,9 @@ "start": "node ./built", "debug": "DEBUG=misskey:* node ./built", "swagger": "node ./swagger.js", - "build": "gulp build", + "build": "./node_modules/.bin/webpack --config ./webpack/webpack.config.ts && gulp build", + "webpack": "./node_modules/.bin/webpack --config ./webpack/webpack.config.ts", + "gulp": "gulp build", "rebuild": "gulp rebuild", "clean": "gulp clean", "cleanall": "gulp cleanall", |