Skip to content
This repository was archived by the owner on Sep 19, 2025. It is now read-only.

Commit 60db743

Browse files
committed
add -f to rm
1 parent 25bb2ba commit 60db743

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,11 @@ jobs:
6464
deno-version: v2.x
6565
- run: cargo install cargo-zigbuild wasm-bindgen-cli
6666
- run: make build
67+
# Why NPM...??
68+
- run: rm -f **/.gitignore
6769
- working-directory: ./js
6870
run: |
6971
npx jsr publish --allow-slow-types
70-
# Why NPM...??
71-
rm **/.gitignore
7272
npm publish --provenance --access public
7373
env:
7474
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)