Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rschlaefli committed Oct 17, 2024
1 parent 88edb76 commit 2bd9aff
Show file tree
Hide file tree
Showing 4 changed files with 919 additions and 1,512 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@
"yaml": "~2.6.0"
},
"scripts": {
"//check:syncpack": "syncpack lint",
"//check:app": "turbo run check --parallel --continue",
"build": "turbo run build",
"build:test": "cross-env NODE_ENV=test turbo run build:test --cache-dir=.turbo",
"check": "run-p check:*",
"//check:app": "turbo run check --parallel --continue",
"check:format": "lint-staged",
"check:lint": "turbo run lint --parallel --continue",
"check:syncpack": "syncpack lint",
"dev": "doppler run --config dev -- turbo run dev --concurrency 30",
"dev:cleverreach": "doppler run --config dev_cleverreach -- turbo run dev --concurrency 30",
"dev:docs": "turbo run dev:docs",
Expand Down
2 changes: 1 addition & 1 deletion packages/grading/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"cross-env": "~7.0.3",
"eslint": "~8.45.0",
"jest": "~29.7.0",
"ts-jest": "~29.1.0",
"ts-jest": "~29.2.5",
"tsup": "~8.3.0",
"typescript": "~5.6.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"jest": "~29.7.0",
"npm-run-all": "~4.1.5",
"nyc": "~17.1.0",
"ts-jest": "~29.1.0",
"ts-jest": "~29.2.5",
"tsup": "~8.3.0",
"tsx": "~4.19.1",
"typescript": "~5.6.3",
Expand Down
Loading

0 comments on commit 2bd9aff

Please sign in to comment.