create-tnt-stack 0.2.8 → 0.3.0

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.
Files changed (1) hide show
  1. package/package.json +4 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-tnt-stack",
3
- "version": "0.2.8",
3
+ "version": "0.3.0",
4
4
  "description": "Create web application with the TNT-Powered stack",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -38,7 +38,9 @@
38
38
  "format": "prettier '**/*.{cjs,mjs,ts,tsx,md,json}' --ignore-path ../.gitignore --ignore-unknown --no-error-on-unmatched-pattern --write",
39
39
  "typecheck": "tsc",
40
40
  "clean": "rm -rf dist .turbo node_modules",
41
- "release": "bun run clean build typecheck && npm version patch && npm publish --access public"
41
+ "release": "changeset version",
42
+ "pub:beta": "bun run build && npm publish --tag beta",
43
+ "pub:release": "bun run build && npm publish"
42
44
  },
43
45
  "dependencies": {
44
46
  "@inquirer/prompts": "^7.3.3",