Skip to content

Commit

Permalink
chore: 🤖 change extensions github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian-potter committed Dec 15, 2023
1 parent f1d45b8 commit c3d82ca
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/.extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,13 @@ jobs:
steps:
- uses: actions/checkout@v1

# Install app1
- uses: bahmutov/npm-install@645c62e
with:
working-directory: web-extension-did

- name: Build
run: |
yarn
yarn extension:did pro -- --max-old-space-size=2048
yarn extension:did pro
zip -r public.zip ./packages/web-extension-did/app/public

0 comments on commit c3d82ca

Please sign in to comment.