Skip to content

Commit

Permalink
build: wrong build command fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddentao committed Feb 15, 2024
1 parent 72112ca commit 4ab211f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: svm install 0.8.20 && svm use 0.8.20

- name: Compile
run: yarn compile --sizes
run: yarn build --sizes
id: build

- name: Run tests
Expand Down

0 comments on commit 4ab211f

Please sign in to comment.