Skip to content

Commit

Permalink
Prettify
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbabcock committed Oct 31, 2024
1 parent 0bf2da7 commit 814c157
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion fixtures/import-npm/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# import-npm example

This is an npm workspace within pnpm in order to test dependencies managed through npm can also be resolved by wrangler
This is an npm workspace within pnpm in order to test dependencies managed through npm can also be resolved by wrangler
8 changes: 4 additions & 4 deletions fixtures/import-npm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"private": true,
"description": "",
"author": "",
"workspaces": [
"packages/*"
],
"scripts": {
"check:type": "npm run check:type --workspaces",
"test:ci": "npm install && npm run test:ci --workspaces",
"test:watch": "npm install && npm run test:watch --workspaces",
"type:tests": "npm run type:tests --workspaces"
},
"workspaces": [
"packages/*"
]
}
}

0 comments on commit 814c157

Please sign in to comment.