From f37a5b3d9b665619af760a4db664bbe73089961d Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Thu, 3 Feb 2022 06:33:21 +0300 Subject: [PATCH] Update package.json --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8a0c3051..856e4900 100644 --- a/package.json +++ b/package.json @@ -3,10 +3,11 @@ "scripts": { "lint": "node scripts/commands/lint.js", "validate": "node scripts/commands/validate.js", - "act": "act workflow_dispatch", "test": "npx jest --runInBand", "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, "author": "Arhey",