Can't I install like this?

This commit is contained in:
Maurício Szabo 2022-08-19 21:49:50 -03:00
parent 0579f7c288
commit efc6f6d960

View File

@ -19,7 +19,7 @@ linux_task:
libnss3
xvfb
- sed -i -e "s/[0-9]*-dev/`date -u +%Y%m%d%H`/g" package.json
- yarn install --ignore-scripts; rm -R node_modules/electron; yarn install
- yarn install || yarn install
- yarn build
- yarn run build:apm
- Xvfb :99 & DISPLAY=:99 PLAYWRIGHT_JUNIT_OUTPUT_NAME=report.xml npx playwright test --reporter=junit,list