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 722fee7 commit 520c11eCopy full SHA for 520c11e
package.json
@@ -27,8 +27,7 @@
27
"test": "npm run build:prod && jest",
28
"test:dev": "npm run build:dev && jest",
29
"test:debug": "node --inspect=9229 node_modules/jest/bin/jest.js --runInBand",
30
- "prepublishOnly": "npm run build:prod",
31
"prepare": "jest --clearCache",
32
- "release": "npm publish dist"
+ "release": "npm run build:prod && npm publish dist"
33
}
34
0 commit comments