Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
longnghia committed Aug 18, 2024
1 parent 16b88af commit 6ecc08a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ jobs:
node-version: '21'
- name: install dependency
run: yarn
- name: create dist path
run: mkdir -p dist/v2
- name: fix html loader
# https://github.com/i18next/i18next-parser/commit/6a48bd460ede9f01decbf9f2e3bbaa70ee781d83
run: sed -i '' 's|import cheerio from "cheerio";|import * as cheerio from '\''cheerio'\'';|' node_modules/@esbuilder/html/lib/html.mjs
run: sed -i 's|import cheerio from "cheerio";|import * as cheerio from '\''cheerio'\'';|' node_modules/@esbuilder/html/lib/html.mjs
- name: Create Firefox artifacts
run: yarn build firefox
run: |
mkdir -p dist/v2
yarn build firefox
- uses: actions/upload-artifact@v3
with:
name: read-later
Expand Down

0 comments on commit 6ecc08a

Please sign in to comment.