Skip to content

Commit e29998f

Browse files
committed
Run verify-publish after tests
1 parent d6a30a1 commit e29998f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"scripts": {
1414
"lint": "eslint src test example.ts --fix",
1515
"test": "jest",
16+
"posttest": "npm run verify:publish",
1617
"dist": "tsc",
1718
"prepublishOnly": "npm run dist",
1819
"verify:publish": "bash test/verify-publish/test.sh"

0 commit comments

Comments
 (0)