Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ymc9 committed Oct 13, 2022
1 parent b0a394b commit 0233926
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 11 deletions.
2 changes: 1 addition & 1 deletion packages/schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "zenstack",
"displayName": "ZenStack CLI and Language Tools",
"description": "ZenStack CLI and Language Tools",
"version": "0.1.19",
"version": "0.1.22",
"engines": {
"vscode": "^1.56.0"
},
Expand Down
3 changes: 2 additions & 1 deletion packages/schema/src/generator/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ export class ZenStackGenerator {
}
fs.mkdirSync(context.outDir);

console.log(colors.bold('⌛️ Running ZenStack generators'));
const version = require('../../package.json').version;
console.log(colors.bold(`⌛️ Running ZenStack generator v${version}`));

const generators = [
new PrismaGenerator(),
Expand Down
4 changes: 1 addition & 3 deletions pnpm-lock.yaml

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

12 changes: 6 additions & 6 deletions samples/todo/package-lock.json

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

0 comments on commit 0233926

Please sign in to comment.