Skip to content

Commit 9ae71f1

Browse files
committed
fixup! fix(swc-plugin): update to swc_core v22
1 parent 50b026f commit 9ae71f1

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,5 +178,7 @@ jobs:
178178
toolchain: 1.87.0
179179
target: wasm32-wasip1
180180
override: true
181-
- run: cargo build -c ./packages/presets/swc-plugin --target wasm32-wasip1
182-
- run: cargo test -c ./packages/presets/swc-plugin --target wasm32-wasip1
181+
- run: cargo build --target wasm32-wasip1
182+
working-directory: ./packages/presets/swc-plugin
183+
- run: cargo test --target wasm32-wasip1
184+
working-directory: ./packages/presets/swc-plugin

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ website/src/components/live-demo/LiveDemo.tsx
3030
# This should be added bc our rust test setup for the SWC plugin does a string diff, and it fails
3131
# bc it compares imports with double quotes against the formatted perttier single quotes
3232
packages/presets/swc-plugin/tests/fixtures
33+
packages/presets/swc-plugin/tests/__swc_snapshots__
3334

3435
# Ignore intentional error files
3536
packages/graphql-codegen-cli/tests/test-files/schema-dir/error-schema.graphql

0 commit comments

Comments
 (0)