Skip to content

Commit

Permalink
Revert "can we remove this?"
Browse files Browse the repository at this point in the history
This reverts commit 1efc0b5.
  • Loading branch information
dai-shi committed Apr 7, 2024
1 parent 1efc0b5 commit 694aba5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-multiple-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
if: ${{ matrix.build == 'esm' }}
run: |
sed -i~ "s/resolve('\.\/src\(.*\)\.ts')/resolve('\.\/dist\/esm\1.mjs')/" vitest.config.ts
sed -i~ "1s/^/import.meta.env=import.meta.env||{};import.meta.env.MODE='${NODE_ENV}';/" tests/*/*.tsx tests/*/*/*.tsx
env:
NODE_ENV: ${{ matrix.env }}
- name: Patch for UMD
Expand Down

0 comments on commit 694aba5

Please sign in to comment.