We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02099d1 commit 320cb53Copy full SHA for 320cb53
.github/workflows/test-multiple-builds.yml
@@ -48,7 +48,7 @@ jobs:
48
if: ${{ matrix.build == 'esm' }}
49
run: |
50
sed -i~ "s/resolve('\.\/src\(.*\)\.ts')/resolve('\.\/dist\/esm\1.mjs')/" vitest.config.mts
51
- sed -i~ "1s/^/import.meta.env=import.meta.env||{};import.meta.env.MODE='${NODE_ENV}';/" tests/*/*.tsx tests/*/*/*.tsx
+ sed -i~ "1s/^/import.meta.env.MODE='${NODE_ENV}';/" tests/*/*.tsx tests/*/*/*.tsx
52
env:
53
NODE_ENV: ${{ matrix.env }}
54
- name: Patch for UMD
0 commit comments