Skip to content

Commit

Permalink
Fix comments from PR
Browse files Browse the repository at this point in the history
  • Loading branch information
j-maynard committed Sep 24, 2024
1 parent 0a04a37 commit 536fab6
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 112 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"test:ci": "NODE_ENV=test jest --ci --coverage --config=jest.config.ts",
"check": "npm-run-all prettier:fix lint:fix test build",
"predev": "docker compose up -d db-dev redis",
"pretest": "docker compose up -d db-test",
"dev:check": "npm-run-all check dev",
"dev": "NODE_ENV=dev nodemon --watch src -e ts,ejs --exec npm run start",
"start": "npm run build && node dist/server.js | pino-colada",
Expand Down
42 changes: 0 additions & 42 deletions src/entities/dataset_info.ts

This file was deleted.

45 changes: 0 additions & 45 deletions src/entities/dimension_info.ts

This file was deleted.

25 changes: 0 additions & 25 deletions test/helpers/test-data-source.ts

This file was deleted.

0 comments on commit 536fab6

Please sign in to comment.