Skip to content

Commit a3430c5

Browse files
committed
build: rename 'packages' to 'workspaces'
1. This reinforces npm terminology, so it should be easier to understand and remember commands like: `npm i foo --workspace scratch-gui` 2. This means you can type `w<tab>` and get `workspaces`, where `packages` fights `package.json` and `package-lock.json` for tab completion.
1 parent 33455ae commit a3430c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
}
1919
},
2020
"workspaces": [
21-
"packages/*"
21+
"workspaces/*"
2222
],
2323
"devDependencies": {
2424
"@commitlint/cli": "17.6.5",

0 commit comments

Comments
 (0)