Skip to content

Commit ed24399

Browse files
committed
fix publish
1 parent 7fee7e4 commit ed24399

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"test:watch": "lerna run test:watch",
2121
"clean:node_modules": "lerna exec -- rm -rf node_modules",
2222
"lint": "eslint packages/*/src/**/*.js packages/*/test/**/*.spec.js",
23-
"publish": "npm run check-packages && lerna publish --skip-git --skip-npm --force-publish '*'",
23+
"publish": "npm run check-packages && lerna publish",
2424
"check-packages": "npm run clean && npm run test && npm run lint && npm run build"
2525
},
2626
"repository": {

0 commit comments

Comments
 (0)