Skip to content

Commit

Permalink
fix: remove workspaces in package.json before release (#143)
Browse files Browse the repository at this point in the history
* chore: remove invalid workspace `examples/*`

* fix: remove `workspaces` in `package.json` before release
  • Loading branch information
pionxzh authored Jan 11, 2023
1 parent 8313a04 commit e3723c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ jobs:
run: npm run build
- name: Delete Scripts
run: npm pkg delete scripts
- name: Delete Workspaces
run: npm pkg delete workspaces
- uses: JS-DevTools/npm-publish@v1
name: Publish to npm
with:
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@
},
"packageManager": "[email protected]",
"workspaces": [
"examples/*",
"docs"
]
}

0 comments on commit e3723c1

Please sign in to comment.