Skip to content

Commit

Permalink
fix(*): fixed forgotten build after version change
Browse files Browse the repository at this point in the history
  • Loading branch information
MD4 committed Jan 16, 2024
1 parent 9630eae commit 66db7a9
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 @@ -19,7 +19,7 @@
"test": "lerna run --parallel test",
"upgrade:all": "npm-upgrade && lerna exec --concurrency 1 npm-upgrade",
"preversion": "npm run clean && npm i && npm run lint && npm run build && npm run test",
"version": "lerna version",
"version": "lerna version && npm run build",
"postversion": "git push && git push --tags"
},
"dependencies": {
Expand Down

0 comments on commit 66db7a9

Please sign in to comment.