Skip to content

Commit aa715b6

Browse files
Removed dest from the build script since it is added in vite config
1 parent 89e81ae commit aa715b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

compile-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
set -ev
99

1010
# Building assets
11-
npm run build -- --dest $2/public --report
11+
npm run build
1212

1313
# Storing revision hash
1414
git rev-parse HEAD > $2/REVISION

0 commit comments

Comments
 (0)