Merge pull request #22 from ragusa-it/bolt-optimize-fancycursor-3615259032599906398
⚡ Bolt: Optimize FancyCursor mousemove handler
This commit was merged in pull request #22.
This commit is contained in:
3
.jules/bolt.md
Normal file
3
.jules/bolt.md
Normal file
@@ -0,0 +1,3 @@
|
||||
## 2024-05-22 - Missing Scripts and Environment
|
||||
**Learning:** The project lacks `lint` script in `package.json`. Running `pnpm lint` might invoke system tools (like Android Lint?) instead of failing or doing nothing useful. Always check `package.json` scripts first.
|
||||
**Action:** Use specific commands like `pnpm exec tsc --noEmit` or `npx vitest` as discovered/documented, rather than assuming standard scripts exist.
|
||||
Reference in New Issue
Block a user