diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ce91afc..1f8a54a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -8,7 +8,7 @@ jobs: steps: - uses: actions/checkout@v2 - uses: volta-cli/action@v1 - - run: npm install + - run: npm ci - run: npm run build --if-present env: CI: true