Disable playwright (2)
ci/woodpecker/push/woodpecker Pipeline was successful Podrobnosti

This commit is contained in:
tree 2022-11-09 23:44:47 +01:00
rodič df9e3d7b8f
revize 14ebb713e3
1 změnil soubory, kde provedl 1 přidání a 3 odebrání

Zobrazit soubor

@ -12,11 +12,9 @@
"make-data": "node ./scripts/make-data.js",
"schedule": "node ./scripts/schedule.js",
"upload-data": "node ./scripts/upload-data.js",
"ipfs-deploy": "npx -y --loglevel=error github:burningtree/ipfs-cluster-deploy ./build ethbrno-web",
"postinstall": "npx playwright install --with-deps chromium"
"ipfs-deploy": "npx -y --loglevel=error github:burningtree/ipfs-cluster-deploy ./build ethbrno-web"
},
"devDependencies": {
"@playwright/test": "^1.25.0",
"@sveltejs/adapter-auto": "next",
"@sveltejs/adapter-static": "next",
"@sveltejs/kit": "next",