We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54ff1e9 commit eb98f52Copy full SHA for eb98f52
1 file changed
samples/package.json
@@ -15,7 +15,7 @@
15
"scripts": {
16
"build": "npm run build --workspaces",
17
"bump": "npm run bump:workspaces && npm run bump:non-workspaces",
18
- "bump:non-workspaces": "find . -name package.json -not -path \"./package.json\" -and -not -path \"*/node_modules/*\" $(jq -r '.workspaces | map(\"-and -not -path \" + . + \"/package.json\") | join(\" \")' ./package.json) | xargs dirname | xargs -I {} sh -c 'cd {} && npm run bump'",
+ "bump:non-workspaces": "find . -name package.json -not -path \"./package.json\" -and -not -path \"*/node_modules/*\" -not -path \"*/07.advanced-web-chat-apps/*\" $(jq -r '.workspaces | map(\"-and -not -path \" + . + \"/package.json\") | join(\" \")' ./package.json) | xargs dirname | xargs -I {} sh -c 'cd {} && npm run bump'",
19
"bump:workspaces": "npm run bump --workspaces"
20
}
21
0 commit comments