diff --git a/.gitea/workflows/publish.yml b/.gitea/workflows/publish.yml index c692e70..fde6635 100644 --- a/.gitea/workflows/publish.yml +++ b/.gitea/workflows/publish.yml @@ -27,7 +27,7 @@ jobs: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - name: 'Install dependencies' - run: echo "*** npm install ***" && npm install + run: echo "*** npm ci ***" && npm ci - name: 'Generate contracts' run: echo "*** npm run generate ***" && npm run generate