Skip to content
This repository has been archived by the owner on Jun 2, 2024. It is now read-only.

Commit

Permalink
[monorepo] Add tests as part of release process
Browse files Browse the repository at this point in the history
  • Loading branch information
maxijonson committed Aug 2, 2023
1 parent de986d4 commit 96e52dc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
"lint:strict": "lerna run lint:strict",
"lint:fix": "lerna run lint:fix",
"test": "lerna run test",
"release": "npm run build && lerna publish",
"release:patch": "npm run build && lerna publish patch --yes",
"release:minor": "npm run build && lerna publish minor --yes",
"release:major": "npm run build && lerna publish major --yes",
"release": "npm run build && npm test && lerna publish",
"release:patch": "npm run build && npm test && lerna publish patch --yes",
"release:minor": "npm run build && npm test && lerna publish minor --yes",
"release:major": "npm run build && npm test && lerna publish major --yes",
"postinstall": "npm run build:lib && npm run build:stats"
},
"workspaces": [
Expand Down

0 comments on commit 96e52dc

Please sign in to comment.