granola-toolkit 0.46.0 → 0.46.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.
Files changed (1) hide show
  1. package/package.json +3 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "granola-toolkit",
3
- "version": "0.46.0",
3
+ "version": "0.46.1",
4
4
  "description": "Toolkit for exporting and working with Granola meetings, notes, and transcripts",
5
5
  "keywords": [
6
6
  "cli",
@@ -43,6 +43,7 @@
43
43
  "docs:dev": "npm --prefix docs run dev",
44
44
  "docs:start": "npm --prefix docs run start",
45
45
  "fmt": "vp fmt",
46
+ "hooks:smoke": "node scripts/hooks-smoke.mjs",
46
47
  "lint": "vp lint",
47
48
  "pack:dry-run": "npm pack --dry-run",
48
49
  "prepublishOnly": "node scripts/prepublish.mjs",
@@ -59,7 +60,7 @@
59
60
  "transcripts": "node dist/cli.js transcripts",
60
61
  "test": "vp test",
61
62
  "typecheck": "vp exec tsc --noEmit",
62
- "prepare": "vp config",
63
+ "prepare": "vp config && node scripts/install-hooks.mjs",
63
64
  "web:build": "node scripts/build-web-client.mjs",
64
65
  "web:check": "node scripts/build-web-client.mjs --check"
65
66
  },