1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-17 16:25:31 -04:00

remove some unused deps

This commit is contained in:
2021-09-28 09:20:54 -04:00
parent 09c3af6630
commit 441d062fdc
4 changed files with 71 additions and 495 deletions

View File

@@ -34,6 +34,6 @@ jobs:
cache: yarn
- run: yarn install --frozen-lockfile
- run: NODE_ENV=production yarn build
- run: yarn percy
- run: npx -p @percy/cli percy snapshot ./public
env:
PERCY_TOKEN: ${{ secrets.PERCY_TOKEN }}