Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/beige-files-cheat.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"upgrade-rspeedy": patch
---

Fix the issue `rslib-runtime.js` was not published in dist folder.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,13 +193,15 @@ jobs:
cd `mktemp -d`
npx --registry http://localhost:4873 create-rspeedy-canary@latest --template react --dir create-rspeedy-regression --tools eslint
cd create-rspeedy-regression
npx --registry http://localhost:4873 upgrade-rspeedy-canary@latest
pnpm install --registry=http://localhost:4873
pnpm run build
pnpm run build --mode development
pnpm run lint
cd `mktemp -d`
npx --registry http://localhost:4873 create-rspeedy-canary@latest --template react-vitest-rltl --dir create-rspeedy-regression-vitest-rltl --tools eslint
cd create-rspeedy-regression-vitest-rltl
npx --registry http://localhost:4873 upgrade-rspeedy-canary@latest
pnpm install --registry=http://localhost:4873
pnpm run build
pnpm run build --mode development
Expand Down
2 changes: 1 addition & 1 deletion packages/rspeedy/upgrade-rspeedy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"upgrade-rspeedy": "./dist/upgrade-rspeedy.js"
},
"files": [
"dist/upgrade-rspeedy.js",
"dist/*.js",
"CHANGELOG.md",
"README.md"
],
Expand Down
Loading