We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8aaa00a commit 4557ccaCopy full SHA for 4557cca
1 file changed
.github/workflows/release.yml
@@ -54,6 +54,7 @@ jobs:
54
- name: Build packages
55
env:
56
NODE_OPTIONS: "--max_old_space_size=4096"
57
+ NO_EMIT_ON_ERROR: "true"
58
run: node common/scripts/install-run-rush.js build --only tag:package
59
60
# - name: Run Bugserver
0 commit comments