Skip to content

Commit 1dbee54

Browse files
committed
lint
1 parent 2d9123a commit 1dbee54

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
@@ -11,8 +11,8 @@
1111
"apps/*"
1212
],
1313
"scripts": {
14-
"lint": "yarn workspaces foreach -pt run lint",
15-
"typecheck": "yarn workspaces foreach -pt run typecheck",
14+
"lint": "yarn workspaces foreach -Apt run lint",
15+
"typecheck": "yarn workspaces foreach -Apt run typecheck",
1616
"dev": "yarn workspaces foreach -Aipv run dev",
1717
"release": "./scripts/release.sh"
1818
},

0 commit comments

Comments
 (0)