We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af6143a commit c362e76Copy full SHA for c362e76
1 file changed
package.json
@@ -18,7 +18,6 @@
18
],
19
"scripts": {
20
"build": "tsc --emitDeclarationOnly && babel src --out-dir lib --extensions \".ts,.tsx\"",
21
- "prepublish": "npm run build",
22
"type-check": "tsc --noEmit",
23
"lint": "tslint --project .",
24
"test": "jest"
0 commit comments