Skip to content

Commit 8741120

Browse files
committed
fix: delete error script
1 parent bef0f4d commit 8741120

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"build": "tsc",
1010
"version": "conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md",
1111
"postversion": "git push --follow-tags",
12-
"prepublishOnly": "npm run test && npm run build"
12+
"prepublishOnly": "npm run build"
1313
},
1414
"repository": {
1515
"type": "git",

0 commit comments

Comments
 (0)