-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a40260c
commit 188ca14
Showing
5 changed files
with
14,318 additions
and
10,392 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ jobs: | |
with: | ||
node-version: '16' | ||
cache: 'npm' | ||
- run: yarn install --frozen-lockfile | ||
- run: yarn install --immutable | ||
|
||
- name: Setup a local cache server for Turborepo | ||
uses: felixmosh/turborepo-gh-artifacts@v2 | ||
|
@@ -53,7 +53,7 @@ jobs: | |
with: | ||
node-version: '16' | ||
cache: 'npm' | ||
- run: yarn install --frozen-lockfile | ||
- run: yarn install --immutable | ||
- run: export NEW_VERSION="$(node -e "console.log(require('semver').inc(require('./package.json').version, 'patch'))")-pre.${{ github.run_number }}" && yarn version --new-version $NEW_VERSION --no-git-tag-version && cd projects/ngx-formentry && yarn version --new-version $NEW_VERSION --no-git-tag-version | ||
- run: yarn turbo build:lib --color --concurrency=5 | ||
- run: git config user.email "[email protected]" && git config user.name "OpenMRS CI" | ||
|
@@ -80,7 +80,7 @@ jobs: | |
with: | ||
node-version: '16' | ||
cache: 'npm' | ||
- run: yarn install --frozen-lockfile | ||
- run: yarn install --immutable | ||
|
||
- name: Build | ||
run: yarn turbo build:lib --color --concurrency=5 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
nodeLinker: node-modules | ||
|
||
yarnPath: .yarn/releases/yarn-3.6.3.cjs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -95,5 +95,6 @@ | |
"pre-commit": "yarn run prettier && yarn run lint", | ||
"pre-push": "yarn run test" | ||
} | ||
} | ||
}, | ||
"packageManager": "[email protected]" | ||
} |
Oops, something went wrong.