We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06bfba1 commit a8234cdCopy full SHA for a8234cd
1 file changed
package.json
@@ -4,8 +4,8 @@
4
"workspaces": [
5
"frontend"
6
],
7
- "scripts": {
8
- "dev": "npm run dev -w frontend",
9
- "lint": "npm run lint --ws"
+ "scripts": {
+ "dev": "bun run --filter frontend dev",
+ "lint": "bun run --filter frontend lint"
10
}
11
0 commit comments