Skip to content

Commit

Permalink
🙈 Fix web/index.html was gitignored after running just web
Browse files Browse the repository at this point in the history
  • Loading branch information
ewen-lbh committed May 5, 2024
1 parent 77a1d4e commit ec6b55d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ build:

web:
wasm-pack build --target web -d web
echo "" >> web/.gitignore
echo "!index.html" >> web/.gitignore

start-web:
just web
Expand Down
3 changes: 2 additions & 1 deletion web/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
*
*
!index.html

0 comments on commit ec6b55d

Please sign in to comment.