Skip to content

Commit

Permalink
feat: include debug info in parser builds
Browse files Browse the repository at this point in the history
  • Loading branch information
zleyyij committed Apr 25, 2024
1 parent 8baad94 commit 2b3ed31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
target/
.DS_Store
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ bold=$(tput bold)
normal=$(tput sgr0)

echo "> ${bold}Compiling the parser...${normal}\n"
cd src/scripts/parser/; wasm-pack build --target web; cd -
cd src/scripts/parser/; wasm-pack build --debug --target web; cd -

echo "> ${bold}Copying essential files to target/...${normal}\n"
mkdir -pv target/scripts/parser/pkg
Expand Down

0 comments on commit 2b3ed31

Please sign in to comment.