implement librejs compliance

This commit is contained in:
realaravinth
2021-11-30 18:45:02 +05:30
parent b5af9ee259
commit eedec7da34
3 changed files with 23 additions and 3 deletions

View File

@@ -36,6 +36,7 @@ frontend: env ## Build frontend
cd browser && wasm-pack build --release
yarn install
yarn build
@./scripts/librejs.sh
frontend-test: ## Run frontend tests
cd browser && wasm-pack test --release --headless --chrome