Skip to content

Commit e40d262

Browse files
committed
Attempting yarn package reconcilation
1 parent 4413135 commit e40d262

File tree

5 files changed

+12561
-13037
lines changed

5 files changed

+12561
-13037
lines changed

anms-ui/prep_packages.sh

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,14 @@ mkdir -p "/home/${USER}/.cache/yarn"
3636

3737
for SUBNAME in server public
3838
do
39+
echo -e "\n\nUpdating in ${SUBNAME}...\n"
3940
docker run \
4041
-v "/etc/group:/etc/group:ro" \
4142
-v "/etc/passwd:/etc/passwd:ro" \
4243
-v "/etc/shadow:/etc/shadow:ro" \
4344
-u ${UID}:${GID} \
44-
-v "/home/${USER}/.cache/yarn:/home/${USER}/.cache/yarn" \
45-
-v "${SELFDIR}/${SUBNAME}:/usr/src/app" \
46-
yarn-base bash -c "cd /usr/src/app && yarn install"
45+
-v "/home/${USER}/.cache/yarn:/home/${USER}/.cache/yarn:U" \
46+
-v "${SELFDIR}/${SUBNAME}:/usr/src/app:U" \
47+
yarn-base \
48+
bash -c "cd /usr/src/app && yarn install"
4749
done

anms-ui/public/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"name": "anms-ui",
33
"version": "0.1.1",
44
"dependencies": {
5-
"@achrinza/node-ipc": "^10.1.11",
65
"@fortawesome/fontawesome-free": "^5.13.0",
76
"@fortawesome/fontawesome-svg-core": "^1.2.32",
87
"@fortawesome/free-solid-svg-icons": "^6.2.0",

0 commit comments

Comments
 (0)