Update package.json

This commit is contained in:
Daniel Lautzenheiser
2023-02-06 09:12:58 -05:00
committed by GitHub
parent 5d5365306e
commit 4aee54ef64

View File

@ -28,7 +28,7 @@
"serve": "webpack serve",
"test": "cross-env NODE_ENV=test jest",
"test:integration": "cross-env NODE_ENV=test jest -c jest.config.integration.js",
"test:ci": "cross-env NODE_ENV=test jest --maxWorkers=2",
"test:ci": "cross-env NODE_ENV=test jest --maxWorkers=2 --coverage",
"test:integration:ci": "cross-env NODE_ENV=test jest -c jest.config.integration.js --maxWorkers=2",
"type-check": "tsc --watch"
},