chore(packages/stdlib): add bench script, add vscode workspace
This commit is contained in:
@@ -39,7 +39,8 @@
|
||||
},
|
||||
"scripts": {
|
||||
"test": "vitest",
|
||||
"coverage": "vitest run --coverage",
|
||||
"test:coverage": "vitest run --coverage",
|
||||
"test:bench": "vitest bench",
|
||||
"dev": "vite",
|
||||
"build": "vite build"
|
||||
},
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"folders": [
|
||||
{
|
||||
"path": "."
|
||||
},
|
||||
{
|
||||
"path": "packages/stdlib"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user