Skip to content

Commit 604a4c9

Browse files
authored
Merge pull request #106 from aspiers/fix-ci
2 parents 4f40a1e + b563e57 commit 604a4c9

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

packages/sdk-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"README.md",
1616
"CHANGELOG.md"
1717
],
18-
"prepublishOnly": "pnpm run check",
18+
"prepublishOnly": "npm run lint && pnpm run typecheck && pnpm run build && pnpm run test",
1919
"scripts": {
2020
"test": "vitest run",
2121
"build": "rollup -c",

packages/sdk-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"README.md",
1919
"CHANGELOG.md"
2020
],
21-
"prepublishOnly": "pnpm run check",
21+
"prepublishOnly": "npm run lint && pnpm run typecheck && pnpm run build && pnpm run test",
2222
"exports": {
2323
".": {
2424
"types": "./dist/index.d.ts",

turbo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"dependsOn": ["^format:check"]
2323
},
2424
"check": {
25-
"dependsOn": ["format:check", "lint", "typecheck", "build", "test"]
25+
"dependsOn": ["format:check", "lint", "build", "typecheck", "test"]
2626
},
2727
"dev": {
2828
"persistent": true,

0 commit comments

Comments
 (0)