Skip to content

Commit

Permalink
fix cypress/turbo build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
braddf committed Feb 9, 2024
1 parent 0d7d297 commit 4883743
Show file tree
Hide file tree
Showing 8 changed files with 3,986 additions and 35,791 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
node_modules
.turbo
build/**
dist/**
.next/**
171 changes: 0 additions & 171 deletions apps/nowcasting-app/components/charts/zoom-chart-example.tsx

This file was deleted.

8 changes: 8 additions & 0 deletions apps/nowcasting-app/cypress/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"compilerOptions": {
"target": "es5",
"lib": ["es5", "dom"],
"types": ["cypress", "node"],
},
"include": ["**/*.ts"]
}
4 changes: 2 additions & 2 deletions apps/nowcasting-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"js-cookie": "^3.0.5",
"mapbox-gl": "^2.8.2",
"next": "^12.0.7",
"openapi-fetch": "^0.7.6",
"openapi-fetch": "^0.8.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hooks-global-state": "^1.0.2",
Expand Down Expand Up @@ -57,7 +57,7 @@
"autoprefixer": "^10.4.7",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.5",
"cypress": "^12.17.4",
"cypress": "^13.6.4",
"eslint": "^8.23.1",
"eslint-config-next": "^12.3.0",
"eslint-config-prettier": "^8.5.0",
Expand Down
9 changes: 0 additions & 9 deletions cypress.config.ts

This file was deleted.

Loading

0 comments on commit 4883743

Please sign in to comment.