Skip to content

Merge pull request #2164 from ever-co/2163-fix-deepscan-linting-issue… #22

Merge pull request #2164 from ever-co/2163-fix-deepscan-linting-issue…

Merge pull request #2164 from ever-co/2163-fix-deepscan-linting-issue… #22

name: 'Extensions Build Dev'
on:
push:
branches:
- develop
paths:
- '.deploy/extensions/**'
- '.github/workflows/extensions.dev.yml'
- 'apps/extensions/**'
- 'package.json'
- 'yarn.lock'
concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: '18'
cache: 'yarn'
- name: Install Packages
run: |
cd apps/extensions && yarn install --frozen-lockfile
- name: Build and zip extension artifact
run: cd apps/extensions && yarn build -- --zip
#
# - name: Browser Platform Publish
# uses: PlasmoHQ/bpp@v2
# with:
# keys: ${{ secrets.SUBMIT_KEYS }}
# artifact: build/chrome-mv3-prod.zip