summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/package.json b/package.json

index 8d78d7e3..8d69fd7c 100644 --- a/package.json +++ b/package.json
@@ -1,12 +1,13 @@ { "name": "@fosscord/server-util", - "version": "1.3.16", + "version": "1.3.31", "description": "Utility functions for the all server repositories", "main": "dist/index.js", "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",