chore: Fix publish pipeline of @swc/html

This commit is contained in:
강동윤 (Donny) 2024-08-28 19:12:46 +09:00
parent e373fd131f
commit e05272feb9
2 changed files with 14 additions and 16 deletions

View File

@ -538,6 +538,7 @@ jobs:
working-directory: ./packages/${{ inputs.package }}
run: |
./scripts/cli_artifacts.sh
ls -R ./artifacts
ls -R ./artifacts_cli
npm run artifacts

View File

@ -21,9 +21,7 @@
"url": "https://github.com/swc-project/swc/issues"
},
"napi": {
"name": "swc-html",
"triples": {
"defaults": true,
"binaryName": "swc-html",
"targets": [
"x86_64-apple-darwin",
"x86_64-pc-windows-msvc",
@ -36,7 +34,6 @@
"aarch64-unknown-linux-musl",
"aarch64-pc-windows-msvc"
]
}
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",