chore: disable build-wasm

This commit is contained in:
Dmitriy Pleshevskiy 2023-01-06 00:58:14 +03:00
parent dc0ff18f18
commit 4a7b12f806
Signed by: pleshevskiy
GPG Key ID: 1B59187B161C0215
1 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,8 @@ set -xe
if [ ! -z $(git diff --cached --name-only | grep -e "^grammar.js$") ]
then
make build
make build-wasm
# TODO: Enable when performance improves
# make build-wasm
git add src bindings *.wasm
fi