We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8bcbd4 commit 5cde1d0Copy full SHA for 5cde1d0
package.json
@@ -9,7 +9,7 @@
9
"reset": "npm run clean && lerna clean --yes",
10
"test": "cross-env NODE_ENV=test jest --no-cache",
11
"dryrun": "lerna publish --skip-npm --skip-git",
12
- "publish": "npm run bootstrap && npm run build && lerna publish",
+ "publish": "npm run bootstrap && npm run dryrun && npm run build && git checkout . && lerna publish",
13
"add-contributor": "all-contributors add"
14
},
15
"browserslist": [
0 commit comments