tangled
alpha
login
or
join now
byjp.me
/
slow.fyi
0
fork
atom
A microsite for helping take the pressure off sending infrequent communication.
slow.fyi
microsite
0
fork
atom
overview
issues
pulls
pipelines
Make npm silent
byjp.me
5 years ago
e69cadbd
6fe2ec12
+1
-1
1 changed file
expand all
collapse all
unified
split
.github
workflows
deploy.yml
+1
-1
.github/workflows/deploy.yml
···
13
13
uses: actions/setup-node@v1
14
14
with:
15
15
node-version: '12.x'
16
16
-
- run: cd .github/deploy && npm install --quiet && node --no-warnings deploy.js
16
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 }}