We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dbux-code
@dbux/cli
devDependencies
const flags = ' --only=prod'
peerDependencies
npm install --force
install
yarn.lock
yarn install
publish.js
npx lerna version...
The text was updated successfully, but these errors were encountered:
Domiii
No branches or pull requests
dbux-code
can depend on@dbux/cli
indevDependencies
without causing trouble in production.const flags = ' --only=prod'
peerDependencies
?npm install --force
can fix it?install
changesyarn.lock
, the entire script fails, but versions have already changed.yarn install
and push before starting anything else?publish.js
failsnpx lerna version...
commandThe text was updated successfully, but these errors were encountered: