Skip to content

Commit

Permalink
Fix Quick Edit build
Browse files Browse the repository at this point in the history
  • Loading branch information
penalosa committed Jun 15, 2023
1 parent ca4d27b commit 3d18922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/quick-edit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: npm run build

- name: Build Quick Edit
run: cd packages/quick-edit && yarn setup && yarn build
run: cd packages/quick-edit && yarn setup && yarn custom:build

- name: Publish Quick Edit
run: npm -w packages/quick-edit run publish
Expand Down

0 comments on commit 3d18922

Please sign in to comment.