Skip to content

Commit

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

0 comments on commit 55081d7

Please sign in to comment.