Skip to content

Commit

Permalink
Merge pull request #277 from sanger/dpl-890-2-replace-webpack-with-vite
Browse files Browse the repository at this point in the history
Removed dest from the npm run build since build outDir is added in vite config
  • Loading branch information
Sangeetha-Bheeman authored Nov 28, 2023
2 parents ae97ff5 + aa715b6 commit 344d4b4
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 344d4b4

Please sign in to comment.