Skip to content

Commit

Permalink
Remove unnecessary arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
minagishl committed Oct 27, 2024
1 parent 8e0c7ea commit fac9221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"types": "dist/index.d.ts",
"files": ["dist"],
"scripts": {
"build": "node scripts/rm.mjs dist && node scripts/build.mjs",
"build": "node scripts/rm.mjs && node scripts/build.mjs",
"check": "biome check ./src",
"check:write": "biome check --write ./src",
"format": "biome format ./src",
Expand Down

0 comments on commit fac9221

Please sign in to comment.