Skip to content

Commit

Permalink
Update CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lexisother committed Jan 30, 2024
1 parent b3e6853 commit 0e5b343
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,7 @@ jobs:
run: pnpm install --frozen-lockfile

- name: Build
run: |
# ...yeah, I don't know. Something something compilation order.
mv runtime/src/extension-preloader.ts ../
pnpm build
mv ../extension-preloader.ts runtime/src/
pnpm build
run: pnpm build
- name: Lint
run: pnpm lint
- name: Check formatting
Expand Down

0 comments on commit 0e5b343

Please sign in to comment.