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 fb65a6b commit fce10b2Copy full SHA for fce10b2
1 file changed
package.json
@@ -24,7 +24,8 @@
24
"scripts": {
25
"changelog": "lerna-changelog",
26
"lint": "eslint .",
27
- "test": "jest"
+ "test": "jest",
28
+ "prepare": "tsc"
29
},
30
"jest": {
31
"testMatch": [
0 commit comments