Skip to content

Commit

Permalink
chore: rename .scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm committed Feb 9, 2024
1 parent 28c9563 commit b2a3529
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"clean": "rimraf src/_lib src/tsconfig.build.tsbuildinfo",
"format": "biome format . --write",
"lint": "biome check . --apply",
"preconstruct": "bun run scripts/preconstruct.ts",
"preconstruct": "bun run .scripts/preconstruct.ts",
"test": "vitest",
"typecheck": "tsc --noEmit"
},
Expand Down

0 comments on commit b2a3529

Please sign in to comment.