We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 139ce85 commit 9d4f61cCopy full SHA for 9d4f61c
package.json
@@ -3,7 +3,9 @@
3
"private": true,
4
"devDependencies": {
5
"lerna": "^4.0.0",
6
- "react-scripts": "^4.0.3"
+ "react-scripts": "^4.0.3",
7
+ "semantic-release": "^19.0.2",
8
+ "semantic-release-monorepo": "^7.0.5"
9
},
10
"scripts": {
11
"example:alias:install": "cd example/main && yarn install",
@@ -15,6 +17,7 @@
15
17
"coverage": "jest --coverage",
16
18
"test:unit": "jest",
19
"test:integration": "yarn example:alias:test && yarn example:aliasex:test",
- "test": "yarn test:unit && yarn test:integration"
20
+ "test": "yarn test:unit && yarn test:integration",
21
+ "release": "lerna exec --concurrency 1 --scope 'react-app-alias*' -- npx --no-install semantic-release -e semantic-release-monorepo"
22
}
23
0 commit comments