diff --git a/ngaccount/web/package.json b/ngaccount/web/package.json index e5a98a3..e45dbe9 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=./ && tar --exclude .DS_Store -zcvf dist.tar.gz dist", + "build": "vite build --base=./", "preview": "vite preview" }, "dependencies": {