We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fee7e4 commit ed24399Copy full SHA for ed24399
package.json
@@ -20,7 +20,7 @@
20
"test:watch": "lerna run test:watch",
21
"clean:node_modules": "lerna exec -- rm -rf node_modules",
22
"lint": "eslint packages/*/src/**/*.js packages/*/test/**/*.spec.js",
23
- "publish": "npm run check-packages && lerna publish --skip-git --skip-npm --force-publish '*'",
+ "publish": "npm run check-packages && lerna publish",
24
"check-packages": "npm run clean && npm run test && npm run lint && npm run build"
25
},
26
"repository": {
0 commit comments