diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index bf0d05c..723a81d 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -49,7 +49,7 @@ jobs: run: yarn verify - name: Run build - run: yarn turbo build --color + run: yarn turbo build - name: Upload Artifacts uses: actions/upload-artifact@v4 @@ -88,7 +88,7 @@ jobs: run: yarn version "$(node -e "console.log(require('semver').inc(require('./package.json').version, 'patch'))")-pre.${{ github.run_number }}" - name: Build - run: yarn turbo build --color + run: yarn turbo build - run: git config user.email "info@openmrs.org" && git config user.name "OpenMRS CI" @@ -150,7 +150,7 @@ jobs: run: yarn install --immutable - name: Build - run: yarn turbo build --color + run: yarn turbo build - run: yarn config set npmAuthToken "${NODE_AUTH_TOKEN}" && yarn npm publish --access public env: NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }} diff --git a/.github/workflows/size.yml b/.github/workflows/size.yml index 4d14023..175ed5b 100644 --- a/.github/workflows/size.yml +++ b/.github/workflows/size.yml @@ -17,4 +17,4 @@ jobs: with: repo-token: "${{ secrets.GITHUB_TOKEN }}" minimum-change-threshold: 10000 # 10 KB - build-script: "turbo run build --color" + build-script: "turbo run build"