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",
|