Skip to content

Commit 57929eb

Browse files
authored
Merge pull request #22 from uploadcare/ci/fix-deploy-npm
ci: added name package in workspaces
2 parents 6c26c87 + a6188b3 commit 57929eb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@
5555
"author": "",
5656
"license": "ISC",
5757
"workspaces": [
58-
"packages/*"
58+
"packages/react-adapter",
59+
"packages/react-uploader"
5960
],
6061
"devDependencies": {
6162
"@biomejs/biome": "1.6.4",

0 commit comments

Comments
 (0)