Skip to content

Commit

Permalink
Add client/dist to develop.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
esurface committed Jul 18, 2024
1 parent a405449 commit eaf3ea8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions develop.sh
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ OPTIONS="--link $T_COUCHDB_CONTAINER_NAME:couchdb \
--volume $(pwd)/server/package.json:/tangerine/server/package.json:delegated \
--volume $(pwd)/server/src:/tangerine/server/src:delegated \
--volume $(pwd)/client/src:/tangerine/client/src:delegated \
--volume $(pwd)/client/dist:/tangerine/client/dist:delegated \
--volume $(pwd)/server/reporting:/tangerine/server/reporting:delegated \
--volume $(pwd)/upgrades:/tangerine/upgrades:delegated \
--volume $(pwd)/scripts/generate-csv/bin.js:/tangerine/scripts/generate-csv/bin.js:delegated \
Expand Down

0 comments on commit eaf3ea8

Please sign in to comment.