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

limit number of most popular pages from fauna db

This commit is contained in:
2021-07-09 12:15:53 -04:00
parent 0adf03d969
commit b411560a34
5 changed files with 40 additions and 42 deletions

View File

@@ -17,6 +17,7 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: 14.x
cache: yarn
- run: yarn install --frozen-lockfile
- run: yarn lint
@@ -30,6 +31,7 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: 14.x
cache: yarn
- run: yarn install --frozen-lockfile
- run: yarn build
- uses: percy/snapshot-action@v0.1.2

View File

@@ -18,6 +18,7 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: 14.x
cache: yarn
- run: yarn install --frozen-lockfile
# https://docs.sentry.io/platforms/node/typescript/#configuring-typescript-compiler
- run: npx -p typescript tsc --esModuleInterop --sourceMap --sourceRoot '/' --inlineSources api/**/*.ts