Skip to content

Remove chrome specific code #31

Remove chrome specific code

Remove chrome specific code #31

Workflow file for this run

# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: Build Metro Start
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: oven-sh/setup-bun@v2
- run: bun i
- run: bun webpack
- uses: actions/upload-artifact@v4
with:
name: metro-start-extensions
path: dist/**/*.zip