@lpdjs/firestore-repo-service 2.6.16 → 2.6.18

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lpdjs/firestore-repo-service",
3
- "version": "2.6.16",
3
+ "version": "2.6.18",
4
4
  "workspaces": [
5
5
  "test/functions"
6
6
  ],
@@ -148,8 +148,9 @@
148
148
  "registry": "https://registry.npmjs.org/"
149
149
  },
150
150
  "scripts": {
151
- "build": "tsup",
152
- "build:docs": "bun run --cwd docs/static docs:build",
151
+ "build": "tsup && bun scripts/generate-llms.ts",
152
+ "build:llms": "bun scripts/generate-llms.ts",
153
+ "build:docs": "bun scripts/generate-llms.ts && bun run --cwd docs/static docs:build",
153
154
  "prepublishOnly": "bun run build",
154
155
  "test": "bun test test/repo.test.ts",
155
156
  "test:watch": "concurrently --kill-others -n emu,test -c cyan,yellow \"bun run emulator\" \"wait-on tcp:8080 && bun test test/repo.test.ts --watch\"",