Skip to content

Commit

Permalink
chore: remove unnecessary build step
Browse files Browse the repository at this point in the history
  • Loading branch information
Grsmto committed Jan 15, 2023
1 parent 5dfc0c2 commit be0aa05
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion packages/simplebar-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"lint": "ng lint",
"test": "ng test --no-watch --no-progress",
"e2e": "ng e2e",
"version": "yarn build",
"precommit": "lint-staged"
},
"publishConfig": {
Expand Down
1 change: 0 additions & 1 deletion packages/simplebar-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
1 change: 0 additions & 1 deletion packages/simplebar-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
1 change: 0 additions & 1 deletion packages/simplebar-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 0 additions & 1 deletion packages/simplebar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit be0aa05

Please sign in to comment.