📙 docs: CONTRIBUTING.md (#6831)

This commit is contained in:
Daniel (dB.) Doubrovkine 2025-04-25 09:16:46 -04:00 committed by GitHub
parent 7f1d01c35a
commit e467fbebfa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 36 additions and 18 deletions

View file

@ -51,8 +51,8 @@
"e2e:codegen": "npx playwright codegen --load-storage=e2e/storageState.json http://localhost:3080/c/new",
"e2e:login": "npx playwright codegen --save-storage=e2e/auth.json http://localhost:3080/login",
"e2e:github": "act -W .github/workflows/playwright.yml --secret-file my.secrets",
"test:client": "cd client && npm run test",
"test:api": "cd api && npm run test",
"test:client": "cd client && npm run test:ci",
"test:api": "cd api && npm run test:ci",
"e2e:update": "playwright test --config=e2e/playwright.config.js --update-snapshots",
"e2e:report": "npx playwright show-report e2e/playwright-report",
"lint:fix": "eslint --fix \"{,!(node_modules|venv)/**/}*.{js,jsx,ts,tsx}\"",