mirror of https://github.com/buster-so/buster.git
Update access controls dev script
This commit is contained in:
parent
d8ac36da50
commit
80221a2837
|
@ -17,6 +17,7 @@
|
|||
"build": "tsc",
|
||||
"build:commonjs": "tsc --module commonjs --moduleResolution node",
|
||||
"build:commonjs:watch": "npm run build:commonjs && tsc --module commonjs --moduleResolution node --watch",
|
||||
"dev": "tsc --watch",
|
||||
"lint": "biome check",
|
||||
"test": "vitest run",
|
||||
"test:coverage": "vitest run --coverage",
|
||||
|
|
Loading…
Reference in New Issue