We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2420334 commit a7ef9c4Copy full SHA for a7ef9c4
1 file changed
.github/workflows/create-release.yml
@@ -56,8 +56,6 @@ jobs:
56
run: echo version=$(cat package.json | jq -r '.version') | tee --append $GITHUB_OUTPUT
57
58
build:
59
- env:
60
- NODE_ENV: production
61
name: Build
62
permissions:
63
contents: read
@@ -75,7 +73,9 @@ jobs:
75
73
76
74
- run: npm clean-install
77
78
- - run: npm run build
+ - env:
+ NODE_ENV: production
+ run: npm run build
79
80
- name: Pack as tarball
81
run: |
0 commit comments