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 bbc7e5a commit 82110bdCopy full SHA for 82110bd
package.json
@@ -11,8 +11,8 @@
11
"clean": "lerna run clean",
12
"lint": "lerna run lint",
13
"depcheck": "lerna run depcheck",
14
- "release": "npm run update-contributors && lerna publish",
15
- "release:rc": "lerna publish --canary --preid rc --dist-tag next",
+ "release": "npm run update-contributors && lerna run build && lerna publish",
+ "release:rc": "lerna run build && lerna publish --canary --preid rc --dist-tag next",
16
"update-contributors": "aegir release --lint=false --test=false --bump=false --build=false --changelog=false --commit=false --tag=false --push=false --ghrelease=false --docs=false --publish=false"
17
},
18
"devDependencies": {
0 commit comments