Skip to content

Commit

Permalink
fix: publishing chalk version (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
YassinEldeeb committed Jan 9, 2022
1 parent b01a11e commit 428bbf5
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
3 changes: 2 additions & 1 deletion packages/create-prisma-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
"setup",
"development",
"testing",
"CLI"
"CLI",
"cli"
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@ Object.keys(sampleAnswers).map((sample) => {
'packages/generator',
)

runScript('start', generatorPath)
runScript('test', generatorPath)

console.log(
Expand All @@ -185,7 +184,6 @@ Object.keys(sampleAnswers).map((sample) => {
stdio: 'inherit',
})
} else {
runScript('start')
console.log(`Running generator tests`)
runScript('test')
}
Expand Down
18 changes: 18 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 428bbf5

Please sign in to comment.