From be0aa0546236277ca16e782304fa469acec59ef8 Mon Sep 17 00:00:00 2001 From: Adrien Denat Date: Sun, 15 Jan 2023 21:09:45 +0000 Subject: [PATCH] chore: remove unnecessary build step --- packages/simplebar-angular/package.json | 1 - packages/simplebar-core/package.json | 1 - packages/simplebar-react/package.json | 1 - packages/simplebar-vue/package.json | 1 - packages/simplebar/package.json | 1 - 5 files changed, 5 deletions(-) diff --git a/packages/simplebar-angular/package.json b/packages/simplebar-angular/package.json index 90cb7edc..11ab9ed7 100644 --- a/packages/simplebar-angular/package.json +++ b/packages/simplebar-angular/package.json @@ -9,7 +9,6 @@ "lint": "ng lint", "test": "ng test --no-watch --no-progress", "e2e": "ng e2e", - "version": "yarn build", "precommit": "lint-staged" }, "publishConfig": { diff --git a/packages/simplebar-core/package.json b/packages/simplebar-core/package.json index 15f50595..59c7093e 100644 --- a/packages/simplebar-core/package.json +++ b/packages/simplebar-core/package.json @@ -30,7 +30,6 @@ "test": "yarn test:unit && yarn test:e2e", "test:unit": "jest -c jest-unit.config.js", "test:e2e": "env-cmd --silent jest -c jest-e2e.config.js --runInBand", - "version": "yarn build", "precommit": "lint-staged" }, "dependencies": { diff --git a/packages/simplebar-react/package.json b/packages/simplebar-react/package.json index 18cdcdb8..43118d59 100644 --- a/packages/simplebar-react/package.json +++ b/packages/simplebar-react/package.json @@ -25,7 +25,6 @@ "build": "rollup -c && minify ../simplebar-core/src/simplebar.css > dist/simplebar.min.css", "dev": "rollup -c -w", "test": "jest", - "version": "yarn build", "precommit": "lint-staged" }, "dependencies": { diff --git a/packages/simplebar-vue/package.json b/packages/simplebar-vue/package.json index 54b5bac7..fe0d0755 100644 --- a/packages/simplebar-vue/package.json +++ b/packages/simplebar-vue/package.json @@ -24,7 +24,6 @@ "scripts": { "build": "rollup -c && minify ../simplebar-core/src/simplebar.css > dist/simplebar.min.css && cp simplebar-vue.d.ts dist/simplebar-vue.d.ts", "jest": "jest -c jest-unit.config.js", - "version": "yarn build", "precommit": "lint-staged", "test:2.7": "yarn use-vue:2.7 && yarn jest", "test:3": "yarn use-vue:3 && yarn jest", diff --git a/packages/simplebar/package.json b/packages/simplebar/package.json index eefd8b6a..5666a626 100644 --- a/packages/simplebar/package.json +++ b/packages/simplebar/package.json @@ -25,7 +25,6 @@ "build": "rollup -c && cp ../simplebar-core/src/simplebar.css dist/simplebar.css && minify dist/simplebar.css > dist/simplebar.min.css", "dev": "rollup -c -w --environment BUILD:development", "test": "jest -c jest-unit.config.js", - "version": "yarn build", "precommit": "lint-staged" }, "dependencies": {