Skip to content

Commit cdb30b6

Browse files
askhatpathscale
authored andcommitted
update scripts to rely on bun
1 parent 34c1729 commit cdb30b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232
"commit": "commit",
3333
"prelint": "prettier -l --write .",
3434
"lint": "eslint --ext .ts,.js --fix .",
35-
"prepublishOnly": "npm run build",
35+
"prepublishOnly": "bun run build",
3636
"release": "semantic-release",
37-
"pretest": "npm run lint",
37+
"pretest": "bun run lint",
3838
"test": "jest"
3939
},
4040
"dependencies": {

0 commit comments

Comments
 (0)