Skip to content

Commit 8775f9c

Browse files
committed
fix(connect-react): build before publish (1.0.0-preview.3)
1 parent fc75d42 commit 8775f9c

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

packages/connect-react/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
<!-- markdownlint-disable MD024 -->
22
# Changelog
33

4+
# [1.0.0-preview.3] - 2024-11-27
5+
6+
- Previous version broken, lack of build before publish (not sure how preview.1 shipped)
7+
48
# [1.0.0-preview.2] - 2024-11-27
59

610
- Externalize @emotion/react

packages/connect-react/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pipedream/connect-react",
3-
"version": "1.0.0-preview.2",
3+
"version": "1.0.0-preview.3",
44
"description": "Pipedream Connect library for React",
55
"files": [
66
"dist"
@@ -17,7 +17,8 @@
1717
}
1818
},
1919
"scripts": {
20-
"build": "vite build"
20+
"build": "vite build",
21+
"prepare": "pnpm run build"
2122
},
2223
"publishConfig": {
2324
"access": "public"

pnpm-lock.yaml

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)