From df23ddd42cc89a22b14a428a52880917c4f741ec Mon Sep 17 00:00:00 2001 From: Niko PLP Date: Thu, 17 Aug 2023 03:06:55 +0300 Subject: [PATCH] added dist.tar.gz in ngaccount --- ngaccount/web/package.json | 2 +- ngaccount/web/public/vite.svg | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 ngaccount/web/public/vite.svg 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