prepare replaced with postinstall

This commit is contained in:
Jan Prochazka
2021-04-17 09:57:12 +02:00
parent 6b85870523
commit 479cec4209
6 changed files with 4 additions and 12 deletions

View File

@@ -4,7 +4,7 @@
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"scripts": {
"prepare": "yarn build",
"postinstall": "yarn build",
"build": "tsc",
"start": "tsc --watch",
"test": "jest"