Update package.json

This commit is contained in:
Aleksandr Statciuk 2023-02-03 02:58:11 +03:00
parent 8502370c09
commit 440ec2602d

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