mirror of
https://github.com/LukeHagar/Anchor.git
synced 2025-12-06 04:19:08 +00:00
Swapped to yarn per: https://github.com/aymeric-giraudet/svelte-algolia-instantsearch/issues/8#issuecomment-1456561953
This commit is contained in:
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
@@ -71,14 +71,14 @@ jobs:
|
|||||||
if: steps.buildCC.outcome == 'success'
|
if: steps.buildCC.outcome == 'success'
|
||||||
run: |
|
run: |
|
||||||
cd anchor
|
cd anchor
|
||||||
npm ci
|
yarn install
|
||||||
|
|
||||||
- name: Build Extension
|
- name: Build Extension
|
||||||
id: buildExtension
|
id: buildExtension
|
||||||
if: steps.installDeps.outcome == 'success'
|
if: steps.installDeps.outcome == 'success'
|
||||||
run: |
|
run: |
|
||||||
cd anchor
|
cd anchor
|
||||||
npm run build
|
yarn build
|
||||||
zip -r anchor-${{ github.sha }}.zip build
|
zip -r anchor-${{ github.sha }}.zip build
|
||||||
|
|
||||||
- name: Archive chrome-extension artifact
|
- name: Archive chrome-extension artifact
|
||||||
|
|||||||
3151
pnpm-lock.yaml
generated
3151
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user