some postinstall script
This commit is contained in:
parent
23121ed24f
commit
7a915d6cf0
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
"build": "tsc",
|
||||
"format": "prettier --write \"src/**/*.ts\"",
|
||||
"lint": "tslint -p tsconfig.json",
|
||||
"postinstall": "npm run build"
|
||||
"postinstall": "npx tsc"
|
||||
},
|
||||
"funding": "https://github.com/Androz2091/discord-player?sponsor=1",
|
||||
"contributors": [
|
||||
|
|
Loading…
Reference in a new issue