Skip to content
Merged
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"docker": "cd backend && npm run docker",
"docker-build-fe": "docker buildx build --platform linux/amd64,linux/arm64 --progress=plain --no-cache -t marlow2026/marlowtype:monkeytype-frontend . -f ./docker/frontend/Dockerfile",
"docker-build-be": "docker buildx build --platform linux/amd64,linux/arm64 --progress=plain --no-cache -t marlow2026/marlowtype:monkeytype-backend . -f ./docker/backend/Dockerfile",
"docker-checks": "pnpm fmt && turbo lint test integration-test check-assets --force",
"docker-checks": "pnpm fmt && pnpm full-check",
"docker-push": "docker login && pnpm docker-checks && pnpm docker-build-fe && docker push marlow2026/marlowtype:monkeytype-frontend && pnpm docker-build-be && docker push marlow2026/marlowtype:monkeytype-backend",
"audit-fe": "cd frontend && npm run audit",
"preview-fe": "monkeytype-release --preview-fe",
Expand Down
Loading