Update package.json

This commit is contained in:
Aleksandr Statciuk 2022-01-31 20:55:14 +03:00
parent 4ec6082019
commit 4ce4d6a06a

View file

@ -2,7 +2,7 @@
"name": "epg", "name": "epg",
"scripts": { "scripts": {
"update-codes": "node scripts/update-codes.js", "update-codes": "node scripts/update-codes.js",
"act": "act workflow_dispatch -W .github/workflows/auto-update.yml --artifact-server-path ./.artifacts", "act": "act workflow_dispatch -W .github/workflows/andorradifusio.ad.yml",
"test": "npx jest --runInBand", "test": "npx jest --runInBand",
"test:commands": "npx jest --runInBand -- commands", "test:commands": "npx jest --runInBand -- commands",
"test:sites": "npx jest --runInBand -- sites" "test:sites": "npx jest --runInBand -- sites"