We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afdd02b commit 989d8eaCopy full SHA for 989d8ea
.github/actions/local-build/action.yml
@@ -20,6 +20,7 @@ runs:
20
node-version: ${{ env.node-version }}
21
22
- run: npm clean-install
23
+ shell: bash
24
25
- name: npm version ${{ needs.prepare.outputs.version }}
26
run: |
@@ -28,10 +29,12 @@ runs:
28
29
--no-git-tag-version \
30
--no-workspaces-update \
31
--workspaces
32
33
34
- env:
35
NODE_ENV: production
36
run: npm run build
37
38
39
- name: Pack as tarball
40
@@ -41,6 +44,7 @@ runs:
41
44
--workspace=./packages/component \
42
45
--workspace=./packages/bundle \
43
46
--workspace=./packages/fluent-theme
47
48
49
# - name: Generate SBOM
50
# # --workspace has no effect, the resulting SBOM still contains other packages in the workspace
0 commit comments