Skip to content

Commit

Permalink
chore(release): Build all packages no matter which get released
Browse files Browse the repository at this point in the history
  • Loading branch information
Sidnioulz committed Oct 28, 2024
1 parent a320342 commit ab73253
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 5 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"lint:fix": "turbo run lint:fix",
"lint:staged": "turbo run lint:staged --filter=[HEAD^1]",
"prepare": "husky",
"prerelease": "turbo run build",
"release": "multi-semantic-release",
"release:dry": "multi-semantic-release --dryRun --no-ci",
"test": "turbo run test",
Expand Down
1 change: 0 additions & 1 deletion packages/cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
"lint:files": "eslint --",
"lint:fix": "eslint . --fix",
"lint:staged": "lint-staged",
"prepublish": "pnpm build",
"test": "vitest run",
"test:changed": "vitest run --changed HEAD~1",
"test:coverage": "vitest --coverage run",
Expand Down
1 change: 0 additions & 1 deletion packages/cuttings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
"lint:files": "eslint --",
"lint:fix": "eslint . --fix",
"lint:staged": "lint-staged",
"prepublish": "pnpm build",
"test": "vitest run",
"test:changed": "vitest run --changed HEAD~1",
"test:coverage": "vitest --coverage run",
Expand Down
1 change: 0 additions & 1 deletion packages/eslint-plugin-figma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
"lint:files": "eslint --",
"lint:fix": "eslint . --fix",
"lint:staged": "lint-staged",
"prepublish": "pnpm build",
"test": "vitest run",
"test:changed": "vitest run --changed HEAD~1",
"test:coverage": "vitest --coverage run",
Expand Down
1 change: 0 additions & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"lint:files": "eslint --",
"lint:fix": "eslint . --fix",
"lint:staged": "lint-staged",
"prepublish": "pnpm build",
"test": "vitest run",
"test:changed": "vitest run --changed HEAD~1",
"test:coverage": "vitest --coverage run",
Expand Down
1 change: 0 additions & 1 deletion packages/rest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
"lint:files": "eslint --",
"lint:fix": "eslint . --fix",
"lint:staged": "lint-staged",
"prepublish": "pnpm build",
"test": "vitest run",
"test:changed": "vitest run --changed HEAD~1",
"test:coverage": "vitest --coverage run",
Expand Down

0 comments on commit ab73253

Please sign in to comment.