Skip to content

Commit e6e63fd

Browse files
author
Jerry Bruwes
committed
modified: package.json
1 parent 784fed3 commit e6e63fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"version": "0.3.2",
44
"type": "module",
55
"scripts": {
6-
"lint": "eslint --ext .js,.ts,.vue ./",
7-
"format": "prettier --write \"**/*.{js,ts,vue,scss,html,md,json}\" --ignore-path .gitignore",
6+
"lint": "bunx --bun eslint --ext .js,.ts,.vue ./",
7+
"format": "bunx --bun prettier --write \"**/*.{js,ts,vue,scss,html,md,json}\" --ignore-path .gitignore",
88
"build": "bun --bun run build.ts"
99
},
1010
"dependencies": {

0 commit comments

Comments
 (0)