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 2d9123a commit 1dbee54Copy full SHA for 1dbee54
package.json
@@ -11,8 +11,8 @@
11
"apps/*"
12
],
13
"scripts": {
14
- "lint": "yarn workspaces foreach -pt run lint",
15
- "typecheck": "yarn workspaces foreach -pt run typecheck",
+ "lint": "yarn workspaces foreach -Apt run lint",
+ "typecheck": "yarn workspaces foreach -Apt run typecheck",
16
"dev": "yarn workspaces foreach -Aipv run dev",
17
"release": "./scripts/release.sh"
18
},
0 commit comments