We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1841681 commit 7a65e59Copy full SHA for 7a65e59
1 file changed
package.json
@@ -5,6 +5,8 @@
5
"scripts": {
6
"dev": "turbo run dev --filter=web --filter=proxy --filter=auth",
7
"dev:all": "turbo run dev",
8
+ "dev:web": "turbo run dev --filter=web",
9
+ "dev:play": "turbo run dev --filter=play",
10
"test": "turbo run test",
11
"lint": "turbo run lint",
12
"build": "turbo run build"
0 commit comments