diff options
| author | こぴなたみぽ <Syuilotan@yahoo.co.jp> | 2017-11-07 23:21:07 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-11-07 23:21:07 +0900 |
| commit | d64c3c8fdc376eb7655427a2c1edc6ab7d2ca57d (patch) | |
| tree | 713171f3aff37a53b0005b3411482cda0a62333d /package.json | |
| parent | #860 (diff) | |
| parent | change all migrations to parallely (diff) | |
| download | sharkey-d64c3c8fdc376eb7655427a2c1edc6ab7d2ca57d.tar.gz sharkey-d64c3c8fdc376eb7655427a2c1edc6ab7d2ca57d.tar.bz2 sharkey-d64c3c8fdc376eb7655427a2c1edc6ab7d2ca57d.zip | |
Merge pull request #883 from syuilo/run-migrations-parallely-with-given-dop
マイグレーションを並列で走らせる
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index cf291fe2b2..96831a3c4a 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,7 @@ "format": "gulp format" }, "devDependencies": { + "@prezzemolo/zip": "0.0.3", "@types/bcryptjs": "2.4.1", "@types/body-parser": "1.16.7", "@types/chai": "4.0.4", |