Skip to content

Commit

Permalink
fix: deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
JinleeJeong committed Feb 16, 2024
1 parent e93b171 commit bc22388
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
cd ../
mkdir output
cp -R ./dividend-client/* ./output
cp -R ./output ./dividend-client/
cp -R ./payout-client/* ./output
cp -R ./output ./payout-client/
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "dividend-client",
"name": "payout-client",
"version": "0.1.0",
"private": true,
"scripts": {
Expand Down

0 comments on commit bc22388

Please sign in to comment.