mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-11 05:02:37 +01:00
add prepublish script
This commit is contained in:
parent
834d8b28e5
commit
d4550a567a
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user