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 d1c9fe0 commit 1398491Copy full SHA for 1398491
.publishrc
@@ -9,6 +9,6 @@
9
},
10
"confirm": true,
11
"publishTag": "latest --access public",
12
- "prePublishScript": "npm test",
+ "prePublishScript": false,
13
"postPublishScript": false
14
}
package.json
@@ -13,7 +13,7 @@
"build": "webpack --env.production",
"prepare": "npm run clean-up && tsc -d",
15
"prepublishOnly": "publish-please guard",
16
- "publish-please": "npm run autoformat && npm run clean-up && npm run build && publish-please"
+ "publish-please": "npm run autoformat && npm run clean-up && npm run build && npm run test && publish-please"
17
18
"nyc": {
19
"include": [
0 commit comments