Skip to content

Commit

Permalink
chore(Root): change script
Browse files Browse the repository at this point in the history
  • Loading branch information
kikoruiz committed Nov 13, 2023
1 parent 9863c61 commit 7fea970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- uses: browser-actions/setup-chrome@latest
- run: sudo apt-get install xvfb
- run: npm install --no-save --no-fund --no-audit --legacy-peer-deps
- run: npx -y ultra-runner --raw --recursive prepublishOnly &>/dev/null
- run: npx -y ultra-runner --raw --recursive prepublishOnly
- run: npm run lint
- run: npm run test:server:ci
- run: xvfb-run --auto-servernum npm run test:client:ci
Expand Down

0 comments on commit 7fea970

Please sign in to comment.