diff --git a/ngaccount/web/dist.tar.gz b/ngaccount/web/dist.tar.gz new file mode 100644 index 0000000..f97e1c7 Binary files /dev/null and b/ngaccount/web/dist.tar.gz differ diff --git a/ngaccount/web/package.json b/ngaccount/web/package.json index 88f524c..ee0e942 100644 --- a/ngaccount/web/package.json +++ b/ngaccount/web/package.json @@ -6,7 +6,7 @@ "scripts": { "dev": "cross-env NG_ACCOUNT_DOMAIN=example.com vite", "devenv": "vite", - "build": "vite build --base=./", + "build": "vite build --base=./ && tar --exclude .DS_Store -zcvf dist.tar.gz dist", "preview": "vite preview" }, "dependencies": { diff --git a/ngaccount/web/public/vite.svg b/ngaccount/web/public/vite.svg deleted file mode 100644 index e7b8dfb..0000000 --- a/ngaccount/web/public/vite.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file