Skip to content

Commit

Permalink
export md5 to version
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricfrancoys committed Nov 22, 2024
1 parent a142eb6 commit 3c0d8a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ rm -rf .angular
npm link sb-shared-lib
ng build --configuration production --output-hashing none --base-href="//apps\\"
touch manifest.json && rm -f web.app && cp manifest.json dist/symbiose/ && cd dist/symbiose && zip -r ../../web.app * && cd ../..
cat web.app | md5sum | awk '{print $1}'
cat web.app | md5sum | awk '{print $1}' > version
cat version

0 comments on commit 3c0d8a8

Please sign in to comment.