summary refs log tree commit diff
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-07-08 16:55:22 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-07-08 16:55:22 +0200
commitd4550a567a6bfaa14dc0c9ae09741434dec765d2 (patch)
tree20a0320ce4190167123c3325f3120463d591e81b
parent1.3.28 (diff)
downloadserver-d4550a567a6bfaa14dc0c9ae09741434dec765d2.tar.xz
add prepublish script
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json

index 8ed88b78..7db53b23 100644 --- a/package.json +++ b/package.json
@@ -6,7 +6,8 @@ "types": "dist/index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", - "build": "tsc -b ." + "build": "tsc -b .", + "prepublish": "npm run build" }, "repository": { "type": "git",