Skip to content

Commit 13bfdde

Browse files
authored
chore: release build without source map links (#306)
1 parent 6decc59 commit 13bfdde

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/publish-to-npm.workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
git config --local user.email 'github-action[bot]@github.com'
3131
3232
- run: yarn
33-
- run: yarn build
33+
- run: yarn build:release
3434
- run: yarn test
3535
- run: yarn monodeploy
3636
env:

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"scripts": {
3131
"test": "yarn workspaces foreach --all --topological-dev run test",
3232
"build": "yarn workspaces foreach --all --topological-dev --exclude nestjs-cls-docs run build",
33+
"build:release": "yarn build --sourceMap false",
3334
"format": "prettier --write \"packages/**/*.ts\"",
3435
"lint": "eslint \"packages/**/*.ts\"",
3536
"lint:fix": "eslint \"packages/**/*.ts\" --fix",

0 commit comments

Comments
 (0)