Skip to content

Commit 1f32a73

Browse files
committed
build: fix vite-material-symbols-plugin release
1 parent 29592db commit 1f32a73

4 files changed

Lines changed: 11 additions & 1 deletion

File tree

.changeset/fifty-nights-sleep.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@react-md/vite-material-symbols-plugin": patch
3+
---
4+
5+
Fixed the publishing behavior to include this package in the build and release steps.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"core-index-file": "pnpm --filter core create-index-file",
4040
"validate": "pnpm lint && pnpm typecheck",
4141
"changeset": "changeset",
42-
"turbo-release": "pnpm turbo-s --filter=react-md --filter=@react-md/codemod --filter=@react-md/material-icons",
42+
"turbo-release": "pnpm turbo-s --filter=react-md --filter=@react-md/codemod --filter=@react-md/material-icons --filter @react-md/vite-material-symbols-plugin",
4343
"clean-release-dist": "pnpm turbo-release clean-dist",
4444
"build-release-packages": "pnpm turbo-release build",
4545
"build-release": "pnpm core-index-file && pnpm build-release-packages",
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# I only want the dist, README.md, CHANGELOG.md, LICENSE and, package.json to be published
2+
/*
3+
!/dist/**

scripts/release.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ await release({
99
"@react-md/codemod": "packages/codemod",
1010
"@react-md/core": "packages/core",
1111
"@react-md/material-icons": "packages/material-icons",
12+
"@react-md/vite-material-symbols-plugin":
13+
"packages/vite-material-symbols-plugin",
1214
"react-md": "packages/react-md",
1315
},
1416
});

0 commit comments

Comments
 (0)