Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrinkl committed Nov 20, 2024
1 parent 5ff171c commit 1df21ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
File renamed without changes.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"postbuild": "rm -rf ./dist && cp -r packages/server/dist/ ./dist && cp -r packages/client/dist ./dist/static && cp -r packages/server/migrations ./dist/migrations",
"lint": "eslint .",
"typecheck": "npm run typecheck --workspaces",
"check": "npm run lint && npm run typecheck"
"check": "npm run lint && npm run typecheck",
"test": "echo no tests"
},
"devDependencies": {
"@eslint/js": "^9.15.0",
Expand Down

0 comments on commit 1df21ff

Please sign in to comment.