Skip to content

Port webpack-target-webextension to Rspack #13

Port webpack-target-webextension to Rspack

Port webpack-target-webextension to Rspack #13

Workflow file for this run

name: command:start
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: yarn
- name: Run compiler
run: yarn compile
# - name: Run start tests (TODO)
# run: yarn test:start