Skip to content

Commit

Permalink
Merge branch 'main' into beta
Browse files Browse the repository at this point in the history
# Conflicts:
#	yarn.lock
  • Loading branch information
Thatchapon Unprasert committed Nov 11, 2024
2 parents 4e36e57 + d095414 commit 1afc055
Show file tree
Hide file tree
Showing 8 changed files with 7,158 additions and 8,206 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/manual-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 20
- run: yarn install --frozen-lockfile
- run: yarn semantic-release
- run: corepack enable pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm semantic-release
5 changes: 3 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 20
- run: yarn install --frozen-lockfile
- run: yarn semantic-release
- run: corepack enable pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm semantic-release
5 changes: 3 additions & 2 deletions .github/workflows/validate-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: yarn install --frozen-lockfile
- run: yarn test
- run: corepack enable pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm test
5 changes: 3 additions & 2 deletions .github/workflows/validate-semantic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: yarn install --frozen-lockfile
- run: corepack enable pnpm
- run: pnpm install --frozen-lockfile
- run: |
GITHUB_REF=${{ github.head_ref }}
yarn semantic-release --no-ci --dry-run --branches ${{ github.head_ref }}
pnpm semantic-release --no-ci --dry-run --branches ${{ github.head_ref }}
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
node_modules
/yarn-error.log
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,5 +111,6 @@
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
}
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit 1afc055

Please sign in to comment.