Skip to content

Remove right-click menu from page #25

Remove right-click menu from page

Remove right-click menu from page #25

Workflow file for this run

name: yarn build
on:
pull_request:
branches:
- master
push:
branches:
- master
workflow_dispatch: {}
jobs:
npm-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm i -g yarn
- run: yarn install
- run: yarn lint
- run: yarn zip
# Add publishing steps