We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ced48d commit e22c490Copy full SHA for e22c490
package.json
@@ -59,6 +59,7 @@
59
"typescript": "4.0.2"
60
},
61
"scripts": {
62
+ "prepare": "tsc -p ./tsconfig.build.json",
63
"build": "rimraf lib && tsc -p ./tsconfig.build.json",
64
"watch": "jest --watch",
65
"coverage": "jest --coverage --maxWorkers 4",
0 commit comments