Luke Hagar
2023-05-17 19:46:43 -05:00
parent 46244a7a96
commit 9667c23ba6
3 changed files with 2804 additions and 3153 deletions

View File

@@ -71,14 +71,14 @@ jobs:
if: steps.buildCC.outcome == 'success'
run: |
cd anchor
npm ci
yarn install
- name: Build Extension
id: buildExtension
if: steps.installDeps.outcome == 'success'
run: |
cd anchor
npm run build
yarn build
zip -r anchor-${{ github.sha }}.zip build
- name: Archive chrome-extension artifact

3151
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

2802
yarn.lock Normal file

File diff suppressed because it is too large Load Diff