Skip to content

Commit

Permalink
fix: bump vite version and change port
Browse files Browse the repository at this point in the history
  • Loading branch information
Emanuel Suriano committed Oct 14, 2022
1 parent 22d0af3 commit 80be91d
Show file tree
Hide file tree
Showing 5 changed files with 158 additions and 161 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"release": "yarn workspace react-scroll-section release",
"test": "yarn workspace demo test",
"pretest:ci": "yarn build",
"test:ci": "start-server-and-test http-get://localhost:3000"
"test:ci": "start-server-and-test http-get://localhost:5173"
}
}
2 changes: 1 addition & 1 deletion packages/demo/cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = defineConfig({
supportFile: 'cypress/support/index.js',
},
e2e: {
baseUrl: 'http://localhost:3000/',
baseUrl: 'http://localhost:5173/',
specPattern: 'cypress/e2e/**/*.cy.js',
supportFile: 'cypress/support/index.js',
video: false,
Expand Down
2 changes: 1 addition & 1 deletion packages/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
"@vitejs/plugin-react": "1.3.2",
"cypress": "^10.10.0",
"typescript": "4.8.4",
"vite": "2.8.6"
"vite": "3.1.8"
}
}
2 changes: 1 addition & 1 deletion packages/react-scroll-section/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"babel-loader": "8.2.5",
"json": "11.0.0",
"typescript": "4.8.4",
"vite": "2.8.6",
"vite": "3.1.8",
"vite-plugin-dts": "1.5.0"
},
"license": "MIT",
Expand Down
Loading

0 comments on commit 80be91d

Please sign in to comment.