Skip to content

Commit

Permalink
fix(cache): Build during publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Sidnioulz committed Oct 22, 2024
1 parent 19a9499 commit 86adf6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"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 86adf6c

Please sign in to comment.