Skip to content

Commit

Permalink
chore: run release:build script before release release:version
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Feb 15, 2024
1 parent bb15bd1 commit 4ee50a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@
"release:lint": "npm run lint",
"release:test": "npm run test-ci",
"release:check": "npm run check",
"release:version": "standard-version",
"release:build": "npm run build",
"release:version": "standard-version",
"release:push": "git push && git push --tag",
"release:publish:svelte-jsoneditor": "npm publish package/",
"release:publish:vanilla-jsoneditor": "npm publish package-vanilla/",
Expand Down

0 comments on commit 4ee50a2

Please sign in to comment.