Skip to content

Commit

Permalink
Export page
Browse files Browse the repository at this point in the history
  • Loading branch information
balbatross committed Apr 10, 2024
1 parent 0afea0b commit 50264ff
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
6 changes: 0 additions & 6 deletions packages/core-ui/command-export-page/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,6 @@
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
Expand Down
1 change: 0 additions & 1 deletion packages/lambdas/compile-report/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ const client = new S3Client({});
const prisma = new PrismaClient();

(async () => {

//Get all reports that need compiling
console.time('Compiling Reports');

Expand Down

0 comments on commit 50264ff

Please sign in to comment.