Update package.json

This commit is contained in:
Aleksandr Statciuk 2022-05-10 15:04:47 +03:00
parent 390e2d8778
commit 4112cdb378

View file

@ -15,6 +15,7 @@
"test": "npx jest --runInBand",
"test:commands": "npx jest --runInBand -- commands",
"test:sites": "npx jest --runInBand -- sites",
"act:test": "act workflow_dispatch -W .github/workflows/_test.yml",
"act:check": "act workflow_dispatch -W .github/workflows/_check.yml",
"act:update-readme": "act workflow_dispatch -W .github/workflows/_update-readme.yml",
"act:update-api": "act workflow_dispatch -W .github/workflows/_update-api.yml"