We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a28a29 commit 64bcf4cCopy full SHA for 64bcf4c
lib/base-command.js
@@ -3,7 +3,6 @@
3
const { relative } = require('path')
4
5
const { definitions } = require('@npmcli/config/lib/definitions')
6
-const getWorkspaces = require('./workspaces/get-workspaces.js')
7
const { aliases: cmdAliases } = require('./utils/cmd-list')
8
const log = require('./utils/log-shim.js')
9
@@ -170,6 +169,7 @@ class BaseCommand {
170
169
const relativeFrom = prefixInsideCwd ? this.npm.localPrefix : process.cwd()
171
172
const filters = this.npm.config.get('workspace')
+ const getWorkspaces = require('./workspaces/get-workspaces.js')
173
const ws = await getWorkspaces(filters, {
174
path: this.npm.localPrefix,
175
includeWorkspaceRoot,
0 commit comments