devops: add bots for other browsers/platforms (#174)

This commit is contained in:
Yury Semikhatsky
2025-04-15 13:16:56 -07:00
committed by GitHub
parent 795a9d578a
commit 0d6bb2f547
6 changed files with 38 additions and 6 deletions

View File

@@ -19,6 +19,7 @@
"lint": "eslint .",
"watch": "tsc --watch",
"test": "playwright test",
"ctest": "playwright test --project=chrome",
"clean": "rm -rf lib",
"npm-publish": "npm run clean && npm run build && npm run test && npm publish"
},