mirror of
https://github.com/swc-project/swc.git
synced 2024-11-23 09:38:16 +03:00
chore: Fix publish pipeline of @swc/html
This commit is contained in:
parent
e373fd131f
commit
e05272feb9
1
.github/workflows/publish-npm-package.yml
vendored
1
.github/workflows/publish-npm-package.yml
vendored
@ -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
|
||||
|
||||
|
@ -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/",
|
||||
|
Loading…
Reference in New Issue
Block a user