this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add scripts for playwright tests

+4 -1
+4 -1
package.json
··· 13 13 "messages:extract:clean": "lingui extract --locale en --clean", 14 14 "messages:compile": "lingui compile", 15 15 "fetch-i18n-volunteers": "env $(cat .env.local | grep -v \"#\" | xargs) node scripts/fetch-i18n-volunteers.js", 16 - "readme:i18n-volunteers": "node scripts/update-i18n-volunteers-readme.js" 16 + "readme:i18n-volunteers": "node scripts/update-i18n-volunteers-readme.js", 17 + "test": "playwright test", 18 + "test:ui": "playwright test --ui", 19 + "test:headed": "playwright test --headed" 17 20 }, 18 21 "dependencies": { 19 22 "@formatjs/intl-localematcher": "~0.6.1",