Fully replace gulp with vite
This commit is contained in:
@@ -52,7 +52,7 @@ echo "${version}" > "${bundle_dir}/VERSION"
|
||||
|
||||
echo "==> Building dashboard assets"
|
||||
(cd "${bundle_dir}/dashboard" && npm ci --omit=dev)
|
||||
(cd "${bundle_dir}/dashboard" && ./node_modules/.bin/gulp --revision ${box_version})
|
||||
(cd "${bundle_dir}/dashboard" && ./build.sh)
|
||||
rm -rf "${bundle_dir}/dashboard/node_modules"
|
||||
|
||||
echo "==> Building new frontend assets"
|
||||
|
||||
Reference in New Issue
Block a user