2022-10-04 16:09:17 +11:00
|
|
|
{
|
|
|
|
"scripts": {
|
2022-10-07 16:54:06 +11:00
|
|
|
"start": "yarn task --task dev --template react-vite/default-ts --start-from=install",
|
2022-10-10 10:50:36 +11:00
|
|
|
"task": "echo 'Installing Script Dependencies...'; cd scripts; yarn install >/dev/null; yarn task",
|
2022-10-06 14:08:38 +11:00
|
|
|
"get-template": "cd scripts; yarn get-template",
|
2022-11-15 11:21:23 +01:00
|
|
|
"get-report-message": "cd scripts; yarn get-report-message",
|
2022-10-06 14:26:58 +11:00
|
|
|
"test": "cd code; yarn test",
|
2022-10-12 20:37:32 +02:00
|
|
|
"lint": "cd code; yarn lint",
|
2022-10-12 11:36:26 +02:00
|
|
|
"nx": "cd code; yarn nx",
|
2022-11-17 15:08:18 +01:00
|
|
|
"ci-tests": "cd code; yarn ci-tests",
|
|
|
|
"pretty-docs": "cd scripts; yarn install >/dev/null; yarn docs:prettier:write"
|
2022-10-04 16:09:17 +11:00
|
|
|
},
|
2022-11-30 10:55:55 +01:00
|
|
|
"packageManager": "yarn@3.3.0"
|
2022-10-04 16:09:17 +11:00
|
|
|
}
|