Update package.json

This commit is contained in:
Aleksandr Statciuk 2022-01-15 17:00:32 +03:00
parent 127f9f2259
commit 06435776a1

View file

@ -3,7 +3,7 @@
"scripts": {
"update-codes": "node scripts/update-codes.js",
"act": "act workflow_dispatch -W .github/workflows/auto-update.yml --artifact-server-path ./.artifacts",
"test": "jest"
"test": "npx jest --runInBand"
},
"private": true,
"author": "Arhey",