Skip to content

Commit

Permalink
Merge building prod version in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
piecioshka committed Nov 24, 2024
1 parent 29f79d4 commit 3570670
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
"test": "jest",
"test:watch": "jest --watch",
"coverage": "jest --coverage",
"preversion": "npm run build:prod",
"version": "auto-changelog -p && git add CHANGELOG.md"
"version": "npm run build:prod && auto-changelog -p && git add CHANGELOG.md"
},
"auto-changelog": {
"commit-limit": false,
Expand Down

0 comments on commit 3570670

Please sign in to comment.