diff --git a/.gitignore b/.gitignore index 2f7896d..e08c794 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ target/ +.DS_Store diff --git a/build.sh b/build.sh index bc506f3..dacdb40 100644 --- a/build.sh +++ b/build.sh @@ -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