Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jinglescode committed Feb 25, 2025
1 parent ea6082d commit 9a96962
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions packages/hydra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,12 @@
"dist/**"
],
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"build:mesh": "tsup src/index.ts --format esm,cjs --dts",
"clean": "rm -rf .turbo && rm -rf dist && rm -rf node_modules",
"dev": "tsup src/index.ts --format esm,cjs --watch --dts",
"format": "prettier --check . --ignore-path ../../.gitignore",
"lint": "eslint",
"pack": "npm pack --pack-destination=./dist",
"test": "jest"
},
"dependencies": {
Expand Down

0 comments on commit 9a96962

Please sign in to comment.