Possible fix to stuck CI

This commit is contained in:
zomars 2023-05-26 13:58:31 -07:00
parent 1b68cc139f
commit 75ba35c732

View File

@ -14,7 +14,7 @@
"lint:report": "eslint . --format json --output-file ../../lint-results/api.json",
"lint:fix": "eslint . --ext .ts,.js,.tsx,.jsx --fix",
"start": "PORT=3002 next start",
"test": "echo 'No tests yet' && exit 1",
"test": "echo 'No tests yet' && exit 0",
"type-check": "tsc --pretty --noEmit"
},
"devDependencies": {