Skip to content

Commit

Permalink
Remove unnecessary line in package.json preversion script
Browse files Browse the repository at this point in the history
  • Loading branch information
patinthehat committed May 12, 2023
1 parent 2e5b54b commit 7c83962
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@
"build:dts": "concurrently npm:build:dts:index npm:build:dts:web",
"build:all": "concurrently npm:build:node npm:build:web",
"build:dev": "concurrently npm:build:node npm:build:web",
"preversion": "npm run test",
"postversion": "npm run build:all && npm run build:dts",
"version": "auto-changelog -p -o CHANGELOG.md --hide-credit --release-summary --hide-empty-releases --sort-commits date-desc && git add CHANGELOG.md",
"prepare": "is-ci || husky install"
Expand Down

0 comments on commit 7c83962

Please sign in to comment.