Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
PurpleCreativity committed Jan 18, 2025
1 parent 51aa223 commit da07ca9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
},
"scripts": {
"clean": "rmdir /s /q build",
"build": "npm run clean && tsc",
"dev": "npm run build && node . --dev",
"build": "tsc",
"dev": "npm run clean && npm run build && node . --dev",
"start": "npm run build && node .",
"lint": "biome lint .",
"lint:fix": "biome lint --write .",
Expand Down

0 comments on commit da07ca9

Please sign in to comment.