We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6decc59 commit 13bfddeCopy full SHA for 13bfdde
.github/workflows/publish-to-npm.workflow.yml
@@ -30,7 +30,7 @@ jobs:
30
git config --local user.email 'github-action[bot]@github.com'
31
32
- run: yarn
33
- - run: yarn build
+ - run: yarn build:release
34
- run: yarn test
35
- run: yarn monodeploy
36
env:
package.json
@@ -30,6 +30,7 @@
"scripts": {
"test": "yarn workspaces foreach --all --topological-dev run test",
"build": "yarn workspaces foreach --all --topological-dev --exclude nestjs-cls-docs run build",
+ "build:release": "yarn build --sourceMap false",
"format": "prettier --write \"packages/**/*.ts\"",
"lint": "eslint \"packages/**/*.ts\"",
"lint:fix": "eslint \"packages/**/*.ts\" --fix",
0 commit comments