modified: .codex_playwright_version
modified: .vscode/launch.json modified: package-lock.json modified: package.json modified: src/components/AddProductDialog.tsx new file: src/screens/ActivePickListScreen.additional.test.tsx new file: src/screens/ManageProductsScreen.additional.test.tsx modified: src/screens/ManageProductsScreen.test.tsx
This commit is contained in:
Vendored
+7
@@ -31,6 +31,13 @@
|
||||
"request": "launch",
|
||||
"command": "npm run test:coverage",
|
||||
"cwd": "${workspaceFolder}"
|
||||
},
|
||||
{
|
||||
"name": "Lint and Build",
|
||||
"type": "node-terminal",
|
||||
"request": "launch",
|
||||
"command": "npx tsc -noEmit && npm run build",
|
||||
"cwd": "${workspaceFolder}"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user