From 8a312b72360d87e3f1a0b8f46e6968edfd33ea03 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Mon, 9 Jan 2023 10:49:48 +0300 Subject: [PATCH] Update package.json --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index f54438de..87c21c12 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,6 @@ "api:load": "./scripts/commands/api/load.sh", "api:update": "node scripts/commands/api/update.js", "readme:update": "node scripts/commands/readme/update.js", - "status:update": "node scripts/commands/status/update.js", "lint": "npx eslint ./scripts/**/*.js", "test": "TZ=Pacific/Nauru npx jest --runInBand", "test:commands": "npx jest --runInBand -- commands",