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 530151c commit da1a697Copy full SHA for da1a697
.github/workflows/publish-npm-package.yml
@@ -105,7 +105,7 @@ jobs:
105
rm -rf ../../bindings/target/target/x86_64-unknown-linux-gnu/release/.cargo-lock &&
106
cp ../../bindings/target/x86_64-unknown-linux-gnu/release/swc . && chmod +x ./swc &&
107
if [[ ${{ inputs.package }} == "core" ]]; then
108
- yarn build --target x86_64-unknown-linux-gnu --no-default-features --features swc_v1 --features plugin
+ yarn build --target x86_64-unknown-linux-gnu --no-default-features --features swc_v1,plugin
109
else
110
yarn build --target x86_64-unknown-linux-gnu
111
fi
0 commit comments