Skip to content

Commit

Permalink
df
Browse files Browse the repository at this point in the history
  • Loading branch information
chatsarah committed Jul 18, 2024
1 parent 85e293d commit 899fa5a
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 @@ -35,7 +35,7 @@
"build": "tsup src/index.ts --clean --minify --dts --format esm --out-dir lib --treeshake",
"format": "prettier ./src --write",
"gen:hashtype": "tsx ./script.ts/generate-hashtype.ts",
"prepublish": "npm test && npm run build",
"prepublish": "npm run build",
"test": "vitest"
},
"devDependencies": {
Expand Down

0 comments on commit 899fa5a

Please sign in to comment.