Skip to content

Commit a15cd24

Browse files
committed
No need for build in preversion; build is only in npm package
1 parent 941204a commit a15cd24

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
@@ -12,7 +12,7 @@
1212
"prepublish": "npm run build",
1313
"validate": "npm ls",
1414
"preversion": "npm run lint",
15-
"version": "npm run build && git add CHANGELOG.md",
15+
"version": "git add CHANGELOG.md",
1616
"postversion": "git push && git push --tags"
1717
},
1818
"repository": {

0 commit comments

Comments
 (0)