diff --git a/package.json b/package.json index d9307de30ef..bf7bb807a8b 100644 --- a/package.json +++ b/package.json @@ -149,7 +149,7 @@ "packages:prepare": "lerna run clean && npm run test && lerna version --tag-version-prefix=\"packages@\" -m \"Packages: publish %s\" --no-push", "packages:build": "lerna run clean && lerna run build", "packages:publish": "lerna publish from-package --contents dist", - "packages:publishNext": "lerna publish from-package --contents dist --dist-tag next --no-git-reset --yes" + "packages:publishNext": "lerna publish from-package --contents dist --dist-tag next --yes" }, "husky": { "hooks": { diff --git a/packages/grafana-data/package.json b/packages/grafana-data/package.json index 9bd4455e947..9d09fb9e71d 100644 --- a/packages/grafana-data/package.json +++ b/packages/grafana-data/package.json @@ -11,8 +11,7 @@ "typecheck": "tsc --noEmit", "clean": "rimraf ./dist ./compiled", "bundle": "rollup -c rollup.config.ts", - "build": "grafana-toolkit package:build --scope=data", - "postpublish": "npm run clean" + "build": "grafana-toolkit package:build --scope=data" }, "author": "Grafana Labs", "license": "Apache-2.0", diff --git a/packages/grafana-runtime/package.json b/packages/grafana-runtime/package.json index 9a32adcb8b4..c53d11d53b1 100644 --- a/packages/grafana-runtime/package.json +++ b/packages/grafana-runtime/package.json @@ -11,8 +11,7 @@ "typecheck": "tsc --noEmit", "clean": "rimraf ./dist ./compiled", "bundle": "rollup -c rollup.config.ts", - "build": "grafana-toolkit package:build --scope=runtime", - "postpublish": "npm run clean" + "build": "grafana-toolkit package:build --scope=runtime" }, "author": "Grafana Labs", "license": "Apache-2.0", diff --git a/packages/grafana-toolkit/package.json b/packages/grafana-toolkit/package.json index 6d7f4cb22c7..1512496525f 100644 --- a/packages/grafana-toolkit/package.json +++ b/packages/grafana-toolkit/package.json @@ -15,8 +15,7 @@ "typecheck": "tsc --noEmit", "precommit": "npm run tslint & npm run typecheck", "clean": "rimraf ./dist ./compiled", - "build": "grafana-toolkit toolkit:build", - "postpublish": "npm run clean" + "build": "grafana-toolkit toolkit:build" }, "author": "Grafana Labs", "license": "Apache-2.0", diff --git a/packages/grafana-ui/package.json b/packages/grafana-ui/package.json index a47a3ffac8f..64dd88b0e71 100644 --- a/packages/grafana-ui/package.json +++ b/packages/grafana-ui/package.json @@ -15,8 +15,7 @@ "storybook:build": "build-storybook -o ./dist/storybook -c .storybook", "clean": "rimraf ./dist ./compiled", "bundle": "rollup -c rollup.config.ts", - "build": "grafana-toolkit package:build --scope=ui", - "postpublish": "npm run clean" + "build": "grafana-toolkit package:build --scope=ui" }, "author": "Grafana Labs", "license": "Apache-2.0",