Skip to content

Commit

Permalink
Testing: disable copy-web-dist
Browse files Browse the repository at this point in the history
  • Loading branch information
jsubloom committed Sep 1, 2023
1 parent d2efaf9 commit 729c8cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"web": "expo start --web",
"build:ios": "yarn && eas build --platform ios --profile development",
"build:ios:prod": "yarn && eas build --platform ios --profile production",
"postinstall": "yarn copy-web-dist && yarn copy-autogenerated",
"postinstall": "yarn copy-autogenerated",
"copy-web-dist": "cpx \"./node_modules/bloom-reader-lite-web/dist/**/*\" ./assets/web-dist -v --clean",
"copy-autogenerated": "cpx \"./node_modules/bloom-reader-lite-web/output/autogenerated/mobile/*.*\" ./src/autogenerated -v --clean"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "tsc && vite build && yarn copy-dist",
"build": "tsc && vite build",
"watch": "npm-run-all --parallel watchCode watchDist",
"watchCode": "vite build --watch --minify false",
"watchDist": "chokidar \"dist/**/*\" -c \"yarn copy-dist\" --debounce 1000",
Expand Down

0 comments on commit 729c8cc

Please sign in to comment.