@swirls/cli 0.1.9 → 0.1.11

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 +1 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swirls/cli",
3
- "version": "0.1.9",
3
+ "version": "0.1.11",
4
4
  "description": "Swirls command line application",
5
5
  "author": {
6
6
  "name": "Swirls",
@@ -19,8 +19,6 @@
19
19
  "db:studio": "drizzle-kit studio",
20
20
  "dev": "bun run --watch src/bin/cli.ts",
21
21
  "postinstall": "node scripts/install.js",
22
- "publish": "echo 'Publishing is performed by the CI/CD pipeline, not manually.'",
23
- "publish:dry": "SWIRLS_ENV=production bun run build && bun publish --ignore-scripts --dry-run",
24
22
  "version": "bun run scripts/version.ts"
25
23
  },
26
24
  "devDependencies": {