update base image

This commit is contained in:
andres
2023-03-14 00:47:18 +01:00
parent bbefbec805
commit 808d595ae4

View File

@@ -6,7 +6,7 @@
"type": "module",
"scripts": {
"dev": "nodemon src/index.ts",
"start": "npx playwright install-deps chromium --with-deps && ts-node-esm src/index.ts"
"start": "npx playwright install-deps chromium && ts-node-esm src/index.ts"
},
"keywords": [],
"author": "Andres",