Skip to content

Commit

Permalink
don't upload source maps in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Lms24 committed Oct 17, 2024
1 parent e0e7195 commit a01270a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: yarn install --frozen-lockfile
- name: Build
working-directory: ./api-node
run: yarn build
run: yarn build:ci

lint:
name: Lint
Expand Down
3 changes: 2 additions & 1 deletion api-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"license": "UNLICENSED",
"scripts": {
"build": "nest build && yarn sentry:sourcemaps",
"build:ci": "nest build",
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
"start": "nest start",
"start:dev": "nest start --watch",
Expand Down Expand Up @@ -72,4 +73,4 @@
"coverageDirectory": "../coverage",
"testEnvironment": "node"
}
}
}

0 comments on commit a01270a

Please sign in to comment.