diff options
author | mat <27899617+mat-1@users.noreply.github.com> | 2021-02-28 16:28:26 -0600 |
---|---|---|
committer | mat <27899617+mat-1@users.noreply.github.com> | 2021-02-28 16:28:26 -0600 |
commit | d9d557a095d09f0d4e643ee6b59a28520a003b20 (patch) | |
tree | 583ba97dab86d541dc880cb8f3dc4daf377d7615 /package.json | |
parent | 4bd57f0451f3b136dc0dcb8a5964aacf4610b40c (diff) | |
download | skyblock-api-d9d557a095d09f0d4e643ee6b59a28520a003b20.tar.gz skyblock-api-d9d557a095d09f0d4e643ee6b59a28520a003b20.tar.bz2 skyblock-api-d9d557a095d09f0d4e643ee6b59a28520a003b20.zip |
Update package.json
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index e04bcfb..c840058 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "compile": "tsc", - "start": "npm i; node build/index.js" + "start": "npm i --only=prod; node build/index.js" }, "repository": { "type": "git", |