@todesktop/cli 1.19.0 → 1.19.1

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.
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "access": "public"
5
5
  },
6
6
  "name": "@todesktop/cli",
7
- "version": "1.19.0",
7
+ "version": "1.19.1",
8
8
  "license": "MIT",
9
9
  "author": "Dave Jeffery <dave@todesktop.com> (http://www.todesktop.com/)",
10
10
  "homepage": "https://todesktop.com/cli",
@@ -19,7 +19,7 @@
19
19
  "node": ">=16"
20
20
  },
21
21
  "scripts": {
22
- "build": "node scripts/esbuild.js",
22
+ "build": "npm run docs:generate && types:generate && node scripts/esbuild.js",
23
23
  "dev": "node scripts/esbuild.js --link --watch --stage dev",
24
24
  "dev:local:prod": "node scripts/esbuild.js --link --watch --stage prod-local",
25
25
  "dev:prod": "node scripts/esbuild.js --link --watch",
@@ -27,8 +27,6 @@
27
27
  "format": "prettier . --write && eslint --fix",
28
28
  "lint": "prettier . --check && eslint",
29
29
  "types:generate": "node scripts/generate-types.js",
30
- "release": "npm run docs:generate && npm run build && pnpx np --tag=latest",
31
- "release-beta": "npm run docs:generate && npm run build && npx np --any-branch --no-tests --tag=beta",
32
30
  "test": "ava",
33
31
  "test:e2e": "node test/output-snapshots/output.test.js",
34
32
  "test--watch": "npm test -- --watch",
@@ -89,7 +87,7 @@
89
87
  },
90
88
  "devDependencies": {
91
89
  "@todesktop/dev-config": "workspace:*",
92
- "@todesktop/shared": "^7.193.0",
90
+ "@todesktop/shared": "workspace:*",
93
91
  "@types/bunyan": "^1.8.11",
94
92
  "@types/ink-testing-library": "^1.0.4",
95
93
  "@types/is-ci": "^3.0.4",