removed dist tar production from ngaccount/web

Niko PLP 1 year ago
parent bdcaea3bd7
commit a84501c245
  1. BIN
      ngaccount/web/dist.tar.gz
  2. 2
      ngaccount/web/package.json

Binary file not shown.

@ -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": {

Loading…
Cancel
Save