Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit e482ca7

Browse files
committed
revert: fix(tasks): move pino-pretty out of dev dependencies
1 parent 910a19a commit e482ca7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/InstallDependencies/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ const task: TaskFn = async (_, logger, { pkg, client, boilerplate, debug }) => {
3737
pkg.install('proxy-addr', 'latest', false)
3838
pkg.install('reflect-metadata', 'latest', false)
3939
pkg.install('source-map-support', 'latest', false)
40-
pkg.install('pino-pretty', 'latest', false)
4140

4241
/**
4342
* Required dev dependencies
4443
*/
4544
pkg.install('typescript', '~4.6')
4645
pkg.install('youch')
4746
pkg.install('youch-terminal')
47+
pkg.install('pino-pretty')
4848
pkg.install('adonis-preset-ts')
4949
pkg.install('@adonisjs/assembler')
5050
pkg.install('@types/source-map-support')

0 commit comments

Comments
 (0)