diff --git a/build.sh b/build.sh new file mode 100755 index 0000000..86dd879 --- /dev/null +++ b/build.sh @@ -0,0 +1,6 @@ +cd web +npm ci +npm run build +cp -R ./dist ../html +cd .. +npm ci