Skip to content

Commit

Permalink
production
Browse files Browse the repository at this point in the history
  • Loading branch information
mei23 committed Sep 16, 2023
1 parent 1be3c82 commit 5cbdad0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
- run: node cli/diag-environment.js
- run: sudo apt-get update -y
- run: sudo apt-get install -y --no-install-recommends ffmpeg
- run: pnpm i --frozen-lockfile
- run: pnpm build
- run: NODE_ENV=production pnpm i --frozen-lockfile
- run: NODE_ENV=production pnpm build
- run: ls built/meta.json
- run: cp test/test.yml .config/
- run: pnpm test

0 comments on commit 5cbdad0

Please sign in to comment.