Skip to content

Commit

Permalink
add --production flag
Browse files Browse the repository at this point in the history
  • Loading branch information
cysabi committed Feb 16, 2023
1 parent 4202d65 commit ef0ecfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- run: echo "node.exe index.js" > nodecg/run.bat
- run: mkdir nodecg/bundles/cq-dashboard
- run: cp -r dashboard package.json LICENSE nodecg/bundles/cq-dashboard
- run: npm i
- run: npm i --production
working-directory: ./nodecg
- run: zip -r cq-nodecg.zip nodecg/
- uses: svenstaro/upload-release-action@v2
Expand Down

0 comments on commit ef0ecfe

Please sign in to comment.