Skip to content

Commit 2550ebd

Browse files
committed
chore: unexclude generated files for publishing
1 parent fb3b030 commit 2550ebd

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
*.wasm
2-
wasm_exec.js
31
/.direnv
2+
/src/main.wasm
3+
/src/wasm_exec.js

deno.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
"@std/assert": "jsr:@std/assert@^1.0.13",
1111
"@types/golang-wasm-exec": "npm:@types/golang-wasm-exec@^1.15.2"
1212
},
13+
"publish": {
14+
"exclude": ["!src/main.wasm", "!src/wasm_exec.js"]
15+
},
1316
"tasks": {
1417
"build": "deno run --allow-env --allow-read --allow-run --allow-write build.ts",
1518
"test": "deno test --allow-read"

0 commit comments

Comments
 (0)