Skip to content

Commit 1398491

Browse files
committed
move test script to publish-please
1 parent d1c9fe0 commit 1398491

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.publishrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
},
1010
"confirm": true,
1111
"publishTag": "latest --access public",
12-
"prePublishScript": "npm test",
12+
"prePublishScript": false,
1313
"postPublishScript": false
1414
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"build": "webpack --env.production",
1414
"prepare": "npm run clean-up && tsc -d",
1515
"prepublishOnly": "publish-please guard",
16-
"publish-please": "npm run autoformat && npm run clean-up && npm run build && publish-please"
16+
"publish-please": "npm run autoformat && npm run clean-up && npm run build && npm run test && publish-please"
1717
},
1818
"nyc": {
1919
"include": [

0 commit comments

Comments
 (0)