-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Maciej Samoraj <[email protected]>
- Loading branch information
1 parent
06b9a4b
commit 066422d
Showing
5 changed files
with
398 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,16 +21,26 @@ | |
"prettier": "^3.0.3", | ||
"rimraf": "^5.0.5", | ||
"ts-jest": "^29.1.1", | ||
"turbo": "^1.10.16", | ||
"turbowatch": "^2.29.4", | ||
"typescript": "^5.2.2" | ||
}, | ||
"scripts": { | ||
"prepare": "husky install" | ||
"prepare": "husky install", | ||
"build": "pnpx turbo run build", | ||
"test": "pnpx turbo run test", | ||
"dev": "pnpm --filter '@janeirodigital/sai-server' redis && pnpx turbo run dev", | ||
"watch": "./node_modules/.bin/turbowatch turbowatch.ts" | ||
}, | ||
"volta": { | ||
"node": "20.7.0" | ||
}, | ||
"packageManager": "[email protected]", | ||
"lint-staged": { | ||
"*.ts": ["eslint --config .eslintrc.js", "prettier --write", "git add"] | ||
"*.ts": [ | ||
"eslint --config .eslintrc.js", | ||
"prettier --write", | ||
"git add" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.