Skip to content

Commit

Permalink
wip: fix(ci): ubik fix -> ubik compile
Browse files Browse the repository at this point in the history
  • Loading branch information
egasimus committed Oct 9, 2023
1 parent d6322fc commit 732fdd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
FORCE_COLOR: 2
run: |
pnpm i # install with dev dependencies
pnpm exec ubik fix # compile to js, don't typecheck or run tests
pnpm exec ubik compile # compile to js, don't typecheck or run tests
sudo ln -s `which true` /usr/local/bin/husky # stub husky
pnpm i -P # remove dev dependencies
- name: Create project
Expand Down

0 comments on commit 732fdd5

Please sign in to comment.