Skip to content

Commit 5c0f528

Browse files
Merge remote-tracking branch 'origin/main' into codex/release-tarballs
2 parents 23b2213 + a4c4435 commit 5c0f528

31 files changed

+2045
-1185
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,10 @@
2727
"flatted": "3.4.2",
2828
"undici": "7.24.0",
2929
"picomatch@2.3.1": "2.3.2",
30-
"picomatch@4.0.3": "4.0.4"
30+
"picomatch@4.0.3": "4.0.4",
31+
"handlebars": "4.7.9",
32+
"lodash": "4.18.0",
33+
"lodash-es": "4.18.0"
3134
}
3235
},
3336
"scripts": {
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
[build]
2+
command = "pnpm --filter=@ourfuturehealth/react-components run build:storybook"
3+
publish = "/packages/react-components/storybook-static"
4+
ignore = """
5+
if [ -z "$CACHED_COMMIT_REF" ]; then
6+
exit 1
7+
fi
8+
9+
git diff --quiet "$CACHED_COMMIT_REF" "$COMMIT_REF" -- \
10+
packages/react-components \
11+
packages/toolkit \
12+
package.json \
13+
pnpm-lock.yaml \
14+
pnpm-workspace.yaml \
15+
.nvmrc
16+
"""
-5.38 KB
Binary file not shown.
-6.11 KB
Binary file not shown.
-28.2 KB
Binary file not shown.
File renamed without changes.

0 commit comments

Comments
 (0)