adonisjs / v5-docs

📚 Source code and documentation for the official docs website.
https://v5-docs.adonisjs.com
88 stars 140 forks source link

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

Open jeremymouzin opened 10 months ago

jeremymouzin commented 10 months ago

❓ Type of 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.