Skip to content

Commit fb86860

Browse files
authoredJul 6, 2022
Revert "chore: remove workspace from package.json since we have `pnpm-works…" (#38376)
Revert "chore: remove workspace from `package.json` since we have `pnpm-works… (#38166)" This reverts commit a37abc6.
1 parent 27bfdec commit fb86860

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎package.json

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
"name": "nextjs-project",
33
"version": "0.0.0",
44
"private": true,
5+
"workspaces": [
6+
"packages/*"
7+
],
58
"scripts": {
69
"new-error": "plop error",
710
"new-test": "plop test",

0 commit comments

Comments
 (0)
Please sign in to comment.