Update package.json

This commit is contained in:
Aleksandr Statciuk
2023-02-03 02:58:11 +03:00
parent a611f7c8b3
commit 0a3e37c02e

View File

@@ -3,6 +3,7 @@
"scripts": {
"act:auto-update": "act workflow_dispatch -W .github/workflows/auto-update.yml --artifact-server-path=.artifacts",
"act:check": "act pull_request -W .github/workflows/check.yml",
"act:test": "act workflow_dispatch -W .github/workflows/test.yml",
"api:load": "./scripts/commands/api/load.sh",
"db:clear": "node scripts/commands/database/clear.js",
"db:create": "node scripts/commands/database/create.js",