We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 417e762 commit 52607d2Copy full SHA for 52607d2
package.json
@@ -5,6 +5,7 @@
5
"types": "./build/index.d.ts",
6
"scripts": {
7
"build": "tsc --project tsconfig.json",
8
+ "prepare": "npm run build",
9
"typecheck": "tsc --project tsconfig.json --noEmit",
10
"lint": "eslint --ext .ts,.tsx src/",
11
"test": "jest --config=config/jest.config.ts --passWithNoTests",
0 commit comments