Use prepare script (#134)

This commit is contained in:
Piotr Rogowski 2022-10-23 13:38:34 +02:00 committed by GitHub
parent 0ba5a4a702
commit b0e00e77f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -1 +0,0 @@
/build

View File

@ -17,7 +17,7 @@
],
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run build",
"prepare": "npm run build",
"start": "tsc --watch",
"lint": "tsc && eslint --max-warnings=0 src/**/*.ts src/*.ts",
"test": "npm run build && node test/test.js",