Skip to content

Commit

Permalink
These prolly are still useful?
Browse files Browse the repository at this point in the history
  • Loading branch information
Hacksore committed Sep 21, 2024
1 parent b277d10 commit 225ddc3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
"format": "prettier src --write",
"test:lint": "eslint --ext .ts src",
"test": "npm run test:lint",
"dev:watch:modules": "tsc -w --preserveWatchOutput --declaration --sourceMap --outDir libs -p .",
"dev:watch:bundles": "rollup -w --no-watch.clearScreen -c --configPlugin=swc3",
"dev": "vite",
"preview": "vite preview",
"prepublishOnly": "npm run clean && npm run build"
Expand Down

0 comments on commit 225ddc3

Please sign in to comment.