Skip to content

Commit 85a102e

Browse files
committed
chore(ci): Disable binding_es_ast_viewer
1 parent 94fb705 commit 85a102e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/publish-npm-package.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -627,10 +627,10 @@ jobs:
627627
npm: "@swc\\/wasm-typescript-esm"
628628
build: "./scripts/esm.sh"
629629
out: "esm"
630-
- crate: "binding_es_ast_viewer"
631-
npm: "@swc\\/es-ast-viewer"
632-
build: "./scripts/build.sh"
633-
out: "pkg"
630+
# - crate: "binding_es_ast_viewer"
631+
# npm: "@swc\\/es-ast-viewer"
632+
# build: "./scripts/build.sh"
633+
# out: "pkg"
634634

635635
steps:
636636
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)