chore(extension): convert to typescript (#603)
This commit is contained in:
parent
5df6c2431b
commit
ded00dc422
8 changed files with 178 additions and 154 deletions
|
|
@ -17,9 +17,11 @@
|
|||
"license": "Apache-2.0",
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
"build:extension": "tsc --project extension",
|
||||
"lint": "npm run update-readme && eslint . && tsc --noEmit",
|
||||
"update-readme": "node utils/update-readme.js",
|
||||
"watch": "tsc --watch",
|
||||
"watch:extension": "tsc --watch --project extension",
|
||||
"test": "playwright test",
|
||||
"ctest": "playwright test --project=chrome",
|
||||
"ftest": "playwright test --project=firefox",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue