diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 332a6a9..4dbd0b3 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -13,7 +13,6 @@ jobs: NODE_ENV: production GITHUB_TOKEN: ${{ secrets.ACTIONS_DEPLOY_KEY }} - steps: - uses: actions/checkout@v2 @@ -23,7 +22,7 @@ jobs: node-version: '18' - name: Install dependencies - run: npm install + run: npm ci --also=dev - name: Build project run: npm run build @@ -34,4 +33,4 @@ jobs: github_token: ${{ secrets.ACTIONS_DEPLOY_KEY }} publish_dir: './out' user_name: 'github-actions' - user_email: 'github-actions@github.com' \ No newline at end of file + user_email: 'github-actions@github.com'