Skip to content

Commit

Permalink
setup(root): fix add root to pnpm-workspace.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
NexZhu committed Dec 15, 2023
1 parent dcaba76 commit 8d0a239
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@fgweb/monorepo-starter",
"name": "@daotl/root",
"type": "module",
"version": "1.0.0",
"private": true,
"packageManager": "[email protected]",
"description": "Web monorepo starter template",
"repository": {
"type": "git",
"url": "[email protected]:fgweb/monorepo.git"
"url": "https://github.com/daotl/web-monorepo-starter.git"
},
"main": "index.js",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
packages:
- '.'
- 'packages/*'
- 'apps/*'
- 'lib/*'
Expand Down

0 comments on commit 8d0a239

Please sign in to comment.