Skip to content

Commit a8ea281

Browse files
authored
Add wasm to gitignore (#21)
1 parent 5f5f665 commit a8ea281

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/publish.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
- main
55
release:
66
types:
7-
- created
7+
- published
88

99
jobs:
1010
build:

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
out
22
dist
33
node_modules
4+
yarn.lock
5+
src/check-watch-panel/public/main.wasm
46
.vscode-test/
57
*.vsix

download-wasm.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
wget https://github.com/authzed/spicedb/releases/download/v1.34.0/development.wasm -O src/check-watch-panel/public/main.wasm
1+
wget https://github.com/authzed/spicedb/releases/download/v1.37.0/development.wasm -O src/check-watch-panel/public/main.wasm

0 commit comments

Comments
 (0)