create-turbo-mono 1.0.2 → 1.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -6,7 +6,9 @@
6
6
  "Bash(npx turbo:*)",
7
7
  "Bash(npx prisma generate:*)",
8
8
  "Bash(npx tsx:*)",
9
- "Bash(pnpm build:*)"
9
+ "Bash(pnpm build:*)",
10
+ "Bash(pnpm install:*)",
11
+ "Bash(docker build:*)"
10
12
  ],
11
13
  "deny": [],
12
14
  "ask": []
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-turbo-mono",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "CLI tool to scaffold a monorepo with NestJS backends and Next.js frontends",
5
5
  "main": "dist/index.js",
6
6
  "bin": {