Skip to content

Commit 57d159c

Browse files
committed
chore: hopefully changing nx.json will cache-bust everything?
1 parent 7e4e2e6 commit 57d159c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nx.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"{workspaceRoot}/package.json",
1111
"{workspaceRoot}/scripts/*.js",
1212
"{workspaceRoot}/tsconfig.json",
13-
"{workspaceRoot}/eslint.config.js"
13+
"{workspaceRoot}/eslint.config.js",
14+
"{workspaceRoot}/pnpm-workspace.yaml"
1415
],
1516
"default": [
1617
"sharedGlobals",

0 commit comments

Comments
 (0)