Skip to content

Commit

Permalink
run 'rush build' instead of 'rush rebuild'
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagoschenkel committed Mar 10, 2022
1 parent d4745e3 commit 45a299a
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:

- run: node common/scripts/install-run-rush.js install

- run: node common/scripts/install-run-rush.js rebuild --verbose
- run: node common/scripts/install-run-rush.js build --verbose

- run: node common/scripts/install-run-rush.js lint --verbose

Expand Down

0 comments on commit 45a299a

Please sign in to comment.