Possible fix to stuck CI

gh-readonly-queue/main/pr-9104-75ba35c73214d535d00f3f20c7f9fed68b5a53a2
zomars 2023-05-26 13:58:31 -07:00
parent 1b68cc139f
commit 75ba35c732
1 changed files with 1 additions and 1 deletions

View File

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