Skip to content

Commit e3723c1

Browse files
authored
fix: remove workspaces in package.json before release (#143)
* chore: remove invalid workspace `examples/*` * fix: remove `workspaces` in `package.json` before release
1 parent 8313a04 commit e3723c1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/release-please.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ jobs:
4747
run: npm run build
4848
- name: Delete Scripts
4949
run: npm pkg delete scripts
50+
- name: Delete Workspaces
51+
run: npm pkg delete workspaces
5052
- uses: JS-DevTools/npm-publish@v1
5153
name: Publish to npm
5254
with:

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@
120120
},
121121
"packageManager": "[email protected]",
122122
"workspaces": [
123-
"examples/*",
124123
"docs"
125124
]
126125
}

0 commit comments

Comments
 (0)