Skip to content

Commit

Permalink
fix jsx built dom elements on firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
timche committed Jan 20, 2023
1 parent c3333fd commit 70d97f7
Show file tree
Hide file tree
Showing 37 changed files with 3,162 additions and 6,570 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm ci
- run: npm ci --legacy-peer-deps
- run: npm run lint
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm ci
- run: npm ci --legacy-peer-deps
- run: npm run test
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm ci
- run: npm ci --legacy-peer-deps
- run: npm run build
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm ci
- run: npm ci --legacy-peer-deps
- run: npm run lint
- run: npm run test
- run: npm run build
Expand All @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm ci
- run: npm ci --legacy-peer-deps
- run: npm run lint
- run: npm run test
- run: npm run build
Expand Down
Loading

0 comments on commit 70d97f7

Please sign in to comment.