From ed24399e77dac679097ca4cf7434e5d873f8c37b Mon Sep 17 00:00:00 2001 From: Pedro Gomes Date: Wed, 5 Sep 2018 22:11:08 +0200 Subject: [PATCH] fix publish --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4912afca9..5417fa4a8 100644 --- a/package.json +++ b/package.json @@ -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": {