Enable module installs from Github with prepare script (#41)

This commit is contained in:
secretshardul 2021-06-12 00:05:43 +05:30 committed by GitHub
parent 5793336025
commit edbc600b84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -26,7 +26,8 @@
"lint": "prettier src/** example/src/** --check",
"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"
"docs": "typedoc --excludePrivate --out ./docs src/index.tsx --includeVersion --readme none",
"prepare": "yarn build"
},
"eslintConfig": {
"extends": [