Skip to content

Commit

Permalink
update next var
Browse files Browse the repository at this point in the history
  • Loading branch information
mluena committed Feb 27, 2024
1 parent c4b434a commit 0774ffa
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 8,223 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/testing-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,10 @@ jobs:
with:
build: yarn build
start: yarn start
command: "yarn cypress:open"
command: "yarn test:e2e"
working-directory: client
install: false
env:
NEXT_PUBLIC_MAPBOX_API_TOKEN: ${{ secrets.NEXT_PUBLIC_MAPBOX_API_TOKEN }}
NEXT_PUBLIC_API_URL: ${{ secrets.NEXT_PUBLIC_MAPBOX_API_TOKEN }}
NEXT_PUBLIC_API_URL: ${{ secrets.NEXT_PUBLIC_API_URL }}
NODE_ENV: production
4 changes: 4 additions & 0 deletions client/cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,9 @@ export default defineConfig({
e2e: {
baseUrl: 'http://localhost:3000',
supportFile: false,
screenshotOnRunFailure: true,
video: false,
viewportWidth: 1280,
viewportHeight: 920,
},
});
5 changes: 3 additions & 2 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"build": "next build",
"start": "next start",
"lint": "next lint",
"cypress:open": "cypress open"
"cypress:open": "cypress open",
"test:e2e": "cypress run --headless --browser chrome"
},
"dependencies": {
"@deck.gl/geo-layers": "8.9.19",
Expand Down Expand Up @@ -57,7 +58,7 @@
"rooks": "7.14.1",
"tailwind-merge": "2.2.1",
"tailwindcss": "3.3.2",
"tailwindcss-animate": "1.0.7",
"tailwindcss-animate": "^1.0.6",
"typescript": "5.1.3",
"vaul": "0.9.0",
"zod": "^3.21.4"
Expand Down
1 change: 1 addition & 0 deletions client/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"compilerOptions": {
"baseUrl": ".",
"target": "ES6",
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
Expand Down
Loading

0 comments on commit 0774ffa

Please sign in to comment.