Skip to content

Commit

Permalink
cleaned unwanted stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
bajrangCoder committed Aug 24, 2024
1 parent 2943d9b commit ca852dc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,3 @@
**/*/.DS_Store
.DS_Store
pnpm-lock.yaml
*.apk
5 changes: 1 addition & 4 deletions utils/scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ script1="node ./utils/config.js $mode $app"
script2="webpack --progress --mode $webpackmode "
script3="node ./utils/loadStyles.js"
script4="cordova build $platform $cordovamode"
script5="node ./utils/rename.js $mode $app"
eval "
echo \"${RED}$script1${NC}\";
$script1;
Expand All @@ -44,6 +43,4 @@ echo \"${RED}$script3${NC}\";
$script3;
echo \"${RED}$script4${NC}\";
$script4;
echo \"${RED}$script5${NC}\";
$script5
"
"

0 comments on commit ca852dc

Please sign in to comment.