Skip to content

Commit

Permalink
fix publish
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrouid committed Sep 5, 2018
1 parent 7fee7e4 commit ed24399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"test:watch": "lerna run test:watch",
"clean:node_modules": "lerna exec -- rm -rf node_modules",
"lint": "eslint packages/*/src/**/*.js packages/*/test/**/*.spec.js",
"publish": "npm run check-packages && lerna publish --skip-git --skip-npm --force-publish '*'",
"publish": "npm run check-packages && lerna publish",
"check-packages": "npm run clean && npm run test && npm run lint && npm run build"
},
"repository": {
Expand Down

0 comments on commit ed24399

Please sign in to comment.