diff --git a/.github/workflows/deploy-account.yml b/.github/workflows/deploy-account.yml index 50eeda6..d95e0a4 100644 --- a/.github/workflows/deploy-account.yml +++ b/.github/workflows/deploy-account.yml @@ -20,7 +20,7 @@ jobs: - run: | cd account npm install - npm build + npm run build npm prune --production cd .. tar --exclude-vcs -czf account.tar.gz account