Skip to content

Commit a8234cd

Browse files
committed
🔧 Update package.json scripts
1 parent 06bfba1 commit a8234cd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"workspaces": [
55
"frontend"
66
],
7-
"scripts": {
8-
"dev": "npm run dev -w frontend",
9-
"lint": "npm run lint --ws"
7+
"scripts": {
8+
"dev": "bun run --filter frontend dev",
9+
"lint": "bun run --filter frontend lint"
1010
}
1111
}

0 commit comments

Comments
 (0)