Skip to content

Commit

Permalink
Merge pull request #2 from optile/PCPAY-2308
Browse files Browse the repository at this point in the history
Updates deploy files
  • Loading branch information
AnwerAR authored Aug 26, 2024
2 parents bfb0fd8 + 3b12717 commit 523b959
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
{
"name": "checkout-web-sdk-code-demo",
"private": true,
"version": "0.0.0",
"version": "1.0.0",
"type": "module",
"homepage": "https://optile.github.io/checkout-web-sdk-code-demo",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview"
"preview": "vite preview",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist"
},
"dependencies": {
"@payoneer/checkout-web": "^1.1.0",
Expand Down
3 changes: 2 additions & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ export default defineConfig({
plugins: [react()],
server: {
port: 3000
}
},
base: "/checkout-web-sdk-code-demo/"
})

0 comments on commit 523b959

Please sign in to comment.