Skip to content

Commit

Permalink
[FIX] Fix build script
Browse files Browse the repository at this point in the history
  • Loading branch information
jeongHunE committed Oct 30, 2024
1 parent ba2c3c8 commit 094e6ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"main": "index.js",
"scripts": {
"build": "echo 'Building project...' && mkdir -p dist && cp -r * dist/"
"build": "echo 'Building project...' && mkdir -p dist && cp -r Android dist/Android && cp -r iOS dist/iOS && cp index.html dist/"
},
"keywords": [],
"author": "",
Expand Down

0 comments on commit 094e6ee

Please sign in to comment.