Skip to content
This repository has been archived by the owner on Dec 6, 2022. It is now read-only.

Commit

Permalink
Merge branch 'main' into marji-create-alert-switch
Browse files Browse the repository at this point in the history
  • Loading branch information
Marjan K committed Oct 12, 2021
2 parents f9873ee + d4e44ec commit caa9a2a
Show file tree
Hide file tree
Showing 3 changed files with 2,209 additions and 48 deletions.
13 changes: 13 additions & 0 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"useWorkspaces": true,
"version": "independent",
"npmClient": "yarn",
"command": {
"publish": {
"message": "chore(release): publish"
},
"version": {
"allowBranch": "main"
}
}
}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"private": true,
"license": "Apache-2.0",
"workspaces": [
"src/core/*",
"packages/@guardian/*",
"scripts/get-usage",
"scripts/validate-dist"
Expand All @@ -30,6 +29,7 @@
"lint:styles": "stylelint packages/**/styles.ts",
"prepare": "husky install",
"publish:release": "ts-node ./scripts/publish-release",
"release": "lerna publish --no-private",
"release:major:src": "yarn build:src && yarn validate && yarn verbump:major:src && yarn publish:release",
"release:minor:src": "yarn build:src && yarn validate && yarn verbump:minor:src && yarn publish:release",
"release:patch:src": "yarn build:src && yarn validate && yarn verbump:patch:src && yarn publish:release",
Expand Down Expand Up @@ -91,6 +91,7 @@
"execa": "^5.0.0",
"husky": "^7.0.2",
"jest": "^27.2.3",
"lerna": "^4.0.0",
"lint-staged": "^11.0.1",
"npm-run-all": "^4.1.5",
"prettier": "^2.3.2",
Expand Down

0 comments on commit caa9a2a

Please sign in to comment.