test if cache works
ci/woodpecker/push/woodpecker Pipeline was successful Podrobnosti

This commit is contained in:
Adam Sobotka 2022-10-18 22:25:45 +02:00
rodič 59305860dd
revize 0ff67464e5
1 změnil soubory, kde provedl 1 přidání a 1 odebrání

Zobrazit soubor

@ -11,7 +11,7 @@
"format": "prettier --plugin-search-dir . --write .",
"make-data": "node ./scripts/make-data.js",
"ipfs-deploy": "npx -y --loglevel=error github:burningtree/ipfs-cluster-deploy ./build ethbrno-web",
"postinstall": "npx playwright install --with-deps"
"postinstall": "npx playwright install --with-deps chromium"
},
"devDependencies": {
"@playwright/test": "^1.25.0",