We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ded92a commit 7891c55Copy full SHA for 7891c55
1 file changed
package.json
@@ -16,7 +16,7 @@
16
"test": "jest",
17
"test:watch": "jest --watchAll --verbose",
18
"typecheck": "tsc --noEmit",
19
- "prepublishOnly": "npm run lint && npm run test"
+ "prepublishOnly": "npm run lint && npm run test && npm run build"
20
},
21
"devDependencies": {
22
"@babel/preset-env": "^7.28.0",
0 commit comments