Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

Commit

Permalink
Merge pull request #2 from awell-health/yarn
Browse files Browse the repository at this point in the history
Yarn
  • Loading branch information
bejoinka authored Feb 22, 2024
2 parents 903555f + cc9ce39 commit ef56f56
Show file tree
Hide file tree
Showing 5 changed files with 3,680 additions and 5,434 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,7 @@ jobs:
run: yarn

- name: Compile Typescript
run: yarn build

- name: Run tests
run: yarn test
run: yarn run compile

- name: Setup .yarnrc.yml
run: |
Expand All @@ -37,5 +34,5 @@ jobs:

- name: Publish new version to NPM Registry
run: |
yarn version -i patch
yarn npm publish
yarn version --patch
yarn npm publish --access public
8 changes: 8 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"
- path: .yarn/plugins/@yarnpkg/plugin-version.cjs
spec: "@yarnpkg/plugin-version"

# For yarn package CI. yarn version doesn't work without a base ref.
changesetBaseRefs: [master, HEAD]
Loading

0 comments on commit ef56f56

Please sign in to comment.