diff options
author | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-08-13 12:58:18 +0200 |
---|---|---|
committer | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-08-13 12:58:18 +0200 |
commit | 0487f9f8e49422125b6765bdffd003b107f297b4 (patch) | |
tree | 20776f78b776b5b1d6dcdd881bc2c5164bcf14c5 /util | |
parent | :sparkles: docker compose (diff) | |
download | server-0487f9f8e49422125b6765bdffd003b107f297b4.tar.xz |
:sparkles: server bundle
Diffstat (limited to 'util')
-rw-r--r-- | util/package.json | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/util/package.json b/util/package.json index 0478fe69..69af0f26 100644 --- a/util/package.json +++ b/util/package.json @@ -5,9 +5,7 @@ "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1", - "build": "tsc -b .", - "prepublish": "npm run build" + "build": "tsc -b ." }, "repository": { "type": "git", |