A microsite for helping take the pressure off sending infrequent communication. slow.fyi
microsite

Make npm silent

+1 -1
+1 -1
.github/workflows/deploy.yml
··· 13 13 uses: actions/setup-node@v1 14 14 with: 15 15 node-version: '12.x' 16 - - run: cd .github/deploy && npm install --quiet && node --no-warnings deploy.js 16 + - run: cd .github/deploy && npm install --silent && node --no-warnings deploy.js 17 17 env: 18 18 PINATA_API_KEY: ${{ secrets.PINATA_API_KEY }} 19 19 PINATA_API_SECRET: ${{ secrets.PINATA_API_SECRET }}