We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f45c638 commit 9e69081Copy full SHA for 9e69081
2 files changed
.github/workflows/publish.yml
@@ -44,8 +44,6 @@ jobs:
44
45
- uses: nrwl/nx-set-shas@v4
46
47
- - run: git branch --track main origin/main
48
-
49
- name: setup pnpm config
50
run: pnpm config set store-dir $PNPM_CACHE_FOLDER
51
nx.json
@@ -13,7 +13,7 @@
13
"!{workspaceRoot}/contributing_docs/*.md",
14
"!{workspaceRoot}/.verdaccio/*"
15
],
16
- "sharedGlobals": [],
+ "sharedGlobals": ["{projectRoot}/.github/workflows/*.yml"],
17
"production": [
18
"default",
19
"!{projectRoot}/**/?(*.)+(spec|test|mock).[jt]s?(x)?(.snap)",
0 commit comments