Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
npm ci
npm run generate-api
npm run lint
npm run typecheck
echo "::endgroup::"
popd
'';
Expand Down
3 changes: 2 additions & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"generate-api": "openapi-typescript ./openapi.json -o ./lib/api.d.ts",
"build": "npm run generate-api && MINIMAL=1 nuxt generate",
"lint": "eslint .",
"lint:fix": "eslint --fix ."
"lint:fix": "eslint --fix .",
"typecheck": "nuxt typecheck"
},
"dependencies": {
"@hcaptcha/vue3-hcaptcha": "^1.3.0",
Expand Down