Skip to content

Commit

Permalink
update wasm and web-ui
Browse files Browse the repository at this point in the history
  • Loading branch information
grantmacken committed Jun 3, 2023
1 parent d9b38bd commit 6b00d7b
Show file tree
Hide file tree
Showing 8 changed files with 218 additions and 244 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: main
name: develpment
on:
push:
branches:
Expand Down
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ buildr: ## build wasm then open web ui
yarn build

tree-sitter-xquery.wasm: buildr
source /home/gmack/projects/emsdk/emsdk_env.sh
source /home/gmack/projects/emsdk/emsdk_env.sh &&
yarn build-wasm

.PHONY: docs
Expand All @@ -67,6 +67,10 @@ docs: tree-sitter-xquery.wasm ## publish to gh pages
cp -v node_modules/web-tree-sitter/tree-sitter.js docs/
cp -v node_modules/web-tree-sitter/tree-sitter-web.d.ts docs/

.PHONY: docs-clean
docs-clean:
rm -f tree-sitter-xquery.wasm

.PHONY: test
test: ## test specific section nominated in .env
yarn test -f '$(TEST_SECTION)'
Expand Down

0 comments on commit 6b00d7b

Please sign in to comment.