We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b9a9a2 commit ed82127Copy full SHA for ed82127
.github/workflows/release.yml
@@ -35,6 +35,7 @@ jobs:
35
with:
36
publish: pnpm run release
37
env:
38
+ SQUARE_API_KEY: ${{ secrets.SQUARE_API_KEY }}
39
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
40
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
41
package.json
@@ -8,7 +8,7 @@
8
"packageManager": "pnpm@10.9.0",
9
"type": "module",
10
"scripts": {
11
- "release": "pnpm lint && pnpm build && changeset publish",
+ "release": "pnpm lint && pnpm build && pnpm test && changeset publish",
12
"build": "tsup ./src",
13
"check-types": "tsc --noEmit",
14
"lint": "biome check --write .",
0 commit comments