Skip to content

Commit 52607d2

Browse files
authored
Add prepare script (#3)
1 parent 417e762 commit 52607d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"types": "./build/index.d.ts",
66
"scripts": {
77
"build": "tsc --project tsconfig.json",
8+
"prepare": "npm run build",
89
"typecheck": "tsc --project tsconfig.json --noEmit",
910
"lint": "eslint --ext .ts,.tsx src/",
1011
"test": "jest --config=config/jest.config.ts --passWithNoTests",

0 commit comments

Comments
 (0)