fix: Make prepare script independent of package manager (#54)

This commit is contained in:
secretshardul 2021-06-16 21:14:54 +05:30 committed by GitHub
parent a589adcd3f
commit 65284636de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
"lint:fix": "prettier src/** example/src/** -w",
"build": "rm -rf dist && tsc --build tsconfig.json",
"docs": "typedoc --excludePrivate --out ./docs src/index.tsx --includeVersion --readme none",
"prepare": "yarn build"
"prepare": "tsc --build tsconfig.json"
},
"eslintConfig": {
"extends": [