mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-26 17:48:30 -04:00
fix post-deploy CI
This commit is contained in:
parent
523670fa22
commit
574c64bae2
1
.github/workflows/post-deploy.yml
vendored
1
.github/workflows/post-deploy.yml
vendored
@ -18,7 +18,6 @@ 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user