Skip to content

Fix styles not working during development (#119) #41

Fix styles not working during development (#119)

Fix styles not working during development (#119) #41

Workflow file for this run

name: extension:create
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 extenion create command
run: yarn test:create