Skip to content

Commit ac0c6e1

Browse files
👷 Fix package for correct release plan build ordering (#2920)
1 parent f3843e1 commit ac0c6e1

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

‎package.json‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"Chuck Carpenter <[email protected]>"
1414
],
1515
"scripts": {
16+
"prepare": "pnpm build",
1617
"build": "pnpm -F shepherd.js build && pnpm -F '!shepherd.js' build",
1718
"cypress:install": "pnpm -F 'cypress-tests' cypress:install",
1819
"dev": "pnpm watch",

‎packages/pro-js/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
],
2121
"scripts": {
2222
"build": "vite build",
23-
"prepack": "pnpm -F shepherd.js build && pnpm build",
23+
"prepack": "pnpm build",
2424
"test:ci": "vitest --run",
2525
"test:dev": "vitest"
2626
},

‎packages/react/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
],
2626
"scripts": {
2727
"build": "vite build",
28-
"prepack": "pnpm -F shepherd.js build && pnpm build",
28+
"prepack": "pnpm build",
2929
"test:ci": "vitest --run",
3030
"test:dev": "vitest"
3131
},

‎pnpm-workspace.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ packages:
44
- "packages/*"
55
- "test/cypress"
66
- "test/unit"
7-
- 'docs-src'
7+
- "docs-src"

0 commit comments

Comments
 (0)