Skip to content

Commit

Permalink
Merge pull request #325 from reepay/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
dimaspolohov authored May 29, 2024
2 parents fe75e35 + 7e7c016 commit b02b4db
Show file tree
Hide file tree
Showing 3 changed files with 214 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bin/zip.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ cd ./vite
if [ ! -d "./node_modules" ];
then
status "Installing npm Vite dependencies... 🚀"
npm ci --ignore-scripts
npm ci
fi

status "Building Vite scripts... 🚀️"
Expand Down
210 changes: 210 additions & 0 deletions vite/package-lock.json

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

3 changes: 3 additions & 0 deletions vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,8 @@
"typescript": "^5.2.2",
"vite": "^5.2.0",
"vite-plugin-monaco-editor": "^1.1.0"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "4.9.5"
}
}

0 comments on commit b02b4db

Please sign in to comment.