Skip to content

Commit

Permalink
Removed dest from the build script since it is added in vite config
Browse files Browse the repository at this point in the history
  • Loading branch information
Sangeetha-Bheeman committed Nov 27, 2023
1 parent 89e81ae commit aa715b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compile-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
set -ev

# Building assets
npm run build -- --dest $2/public --report
npm run build

# Storing revision hash
git rev-parse HEAD > $2/REVISION
Expand Down

0 comments on commit aa715b6

Please sign in to comment.