Add test:ci task

This commit is contained in:
Felipe Knorr Kuhn 2023-08-06 08:00:49 -07:00
parent e4fca3c2b7
commit 8912bac0ac
No known key found for this signature in database
GPG Key ID: 79619B52BB097C1A

View File

@ -31,6 +31,7 @@
"reindex-updated-pools": "npm run start-production --update-pools",
"reindex-all-blocks": "npm run start-production --update-pools --reindex-blocks",
"test": "./node_modules/.bin/jest --coverage",
"test:ci": "CI=true ./node_modules/.bin/jest --coverage",
"lint": "./node_modules/.bin/eslint . --ext .ts",
"lint:fix": "./node_modules/.bin/eslint . --ext .ts --fix",
"prettier": "./node_modules/.bin/prettier --write \"src/**/*.{js,ts}\"",