Skip to content

Commit

Permalink
use npm for scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Lordfirespeed committed Jul 31, 2024
1 parent 9fdec98 commit 87c383f
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 @@ -28,12 +28,12 @@
},
"scripts": {
"build": "tsup",
"prepublishOnly": "pnpm build",
"prepublishOnly": "npm run build",
"type-check": "tsc --noEmit",
"check": "biome check .",
"check:fix": "biome check --write .",
"test": "vitest run --silent",
"prebuild": "pnpm run type-check"
"prebuild": "npm run type-check"
},
"keywords": [],
"author": "DU Computing Society",
Expand Down

0 comments on commit 87c383f

Please sign in to comment.