Skip to content

fix: replacing deprecated flag at the end of TypeScript build process page#232

Open
jeremymouzin wants to merge 1 commit into
adonisjs:developfrom
jeremymouzin:fix-deprecated-flag
Open

fix: replacing deprecated flag at the end of TypeScript build process page#232
jeremymouzin wants to merge 1 commit into
adonisjs:developfrom
jeremymouzin:fix-deprecated-flag

Conversation

@jeremymouzin
Copy link
Copy Markdown

❓ Type of change

  • 🐞 Bug fix (a non-breaking change that fixes an issue)
  • 👌 Enhancement (improving an existing functionality like performance)
  • ✨ New feature (a non-breaking change that adds functionality)
  • ⚠️ Breaking change (fix or feature that would cause existing functionality to change)

📚 Description

Replacing npm ci --production flag by --only=dev because --production has been deprecated:

$ npm ci --production
npm WARN config production Use `--omit=dev` instead.

… page

Replacing "npm ci --production" flag by --only=dev because --production has been deprecated
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant