Skip to content

chore: refactor extensionpage, make extensible #66

chore: refactor extensionpage, make extensible

chore: refactor extensionpage, make extensible #66

Workflow file for this run

name: FoF Byōbu JS
on: [workflow_dispatch, push, pull_request]
jobs:
run:
uses: flarum/framework/.github/workflows/REUSABLE_frontend.yml@1.x
with:
enable_bundlewatch: false
enable_prettier: true
enable_typescript: true
frontend_directory: ./js
backend_directory: .
js_package_manager: yarn
main_git_branch: master
secrets:
bundlewatch_github_token: ${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }}