Skip to content

Commit

Permalink
Attempt to fix strange recursion
Browse files Browse the repository at this point in the history
  • Loading branch information
garronej committed Sep 30, 2024
1 parent 90e1a1b commit 4647712
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: If this step fails run 'npm run format' then commit again.
run: npm run _format --list-different
test:
runs-on: macos-latest
runs-on: ubuntu-latest
needs: test_format
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion scripts/build/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ import { crawl } from '../tools/crawl';
);
}

run(`npm run build`, { cwd: angularWorkspaceDirPath });
run(`npx ng build`, { cwd: angularWorkspaceDirPath });

const angularDistDirPath = pathJoin(
angularWorkspaceDirPath,
Expand Down

0 comments on commit 4647712

Please sign in to comment.