Update package.json

This commit is contained in:
Aleksandr Statciuk 2023-01-09 10:49:48 +03:00
parent 71fe14643f
commit 8a312b7236

View file

@ -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",