Update package.json

This commit is contained in:
Aleksandr Statciuk 2022-02-03 06:33:21 +03:00
parent 2e21c85444
commit f37a5b3d9b

View file

@ -3,10 +3,11 @@
"scripts": { "scripts": {
"lint": "node scripts/commands/lint.js", "lint": "node scripts/commands/lint.js",
"validate": "node scripts/commands/validate.js", "validate": "node scripts/commands/validate.js",
"act": "act workflow_dispatch",
"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",
"act": "act workflow_dispatch",
"update-readme": "node scripts/commands/update-readme.js"
}, },
"private": true, "private": true,
"author": "Arhey", "author": "Arhey",