Skip to content

Commit a25ba12

Browse files
authored
use the loader in build (#148)
1 parent 3de2fdd commit a25ba12

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy-apps.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ jobs:
5959
run: pnpm i
6060
- name: Build
6161
if: steps.changes.outputs.skip_steps != 'true'
62+
env:
63+
NODE_OPTIONS: --import=${{ github.workspace }}/plugins/vite-node.plugin.loader.mjs
6264
run: pnpm build apps
6365

6466
- name: Setup Pages

0 commit comments

Comments
 (0)