Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: CI

on:
pull_request:
types: [opened, synchronize, reopened]
branches: [main, master]
push:
branches: [main, master]
Expand Down Expand Up @@ -52,7 +53,8 @@ jobs:
run: pnpm run build
- name: release preview with pkg-pr-new
working-directory: packages/sdk
run: pnpm dlx pkg-pr-new publish
run: pnpm dlx pkg-pr-new publish --force
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_SHA: ${{ github.sha }}

3 changes: 2 additions & 1 deletion biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
"noExplicitAny": "off"
},
"style": {
"noNonNullAssertion": "off"
"noNonNullAssertion": "off",
"noUnusedTemplateLiteral": "off"
},
"correctness": {
"noUnusedVariables": "warn"
Expand Down
Loading
Loading