Skip to content

Commit 5ea2e2d

Browse files
Aiinfo diffcache (#113)
* add changelog to output * add clearCache utility * update cache * add writeChangelog util * ignore package.json in biome lint * @instructure.ai/aiinfo@1.1.2 * fix lint issues * @instructure.ai/aiinfo@1.2.0 * use vite-node/loader * aiinfo@1.2.1 * use loader as an export * aiinfo@1.2.2 * use custom loader * aiinfo@1.2.3 * quote loader * use correct path * aiinfo@1.2.4 * proper quotes * use nextLoad * use register instead of experimentalLoader * --no-git-checks b/c we're building here! * aiinfo@1.2.5 * aiinfo@1.2.6 * proper quoting * aiinfo@1.2.7 * async import * aiinfo@1.2.8 * move register to loader script * aiinfo@1.2.9 * Update scripts/loader.mjs Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * proper release folder * aiinfo@1.2.10 * use dirname for loader * ci=1 for current caches * aiinfo@1.2.11 * pack build * aiinfo@1.2.12 --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 3935309 commit 5ea2e2d

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

packages/aiinfo/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,16 @@
3737
"access": "public"
3838
},
3939
"scripts": {
40-
"build": "pnpm cache:update && pnpm build:vite && pnpm lint --write",
40+
"build": "pnpm cache:update && pnpm build:vite && pnpm lint --write && pnpm typecheck && pnpm package",
4141
"build:vite": "vite build",
4242
"cache:clear": "CLEAR=1 vite-node ./scripts/clearCache.mts",
4343
"cache:update": "UPDATE=1 vite-node ./scripts/updateCache.mts",
4444
"lint": "pnpm biome check",
45+
"package": "pnpm pack --pack-destination ./dist",
4546
"typecheck": "tsgo --noEmit"
4647
},
4748
"sideEffects": false,
4849
"type": "module",
4950
"types": "./dist/index.d.ts",
50-
"version": "1.2.11"
51+
"version": "1.2.12"
5152
}

0 commit comments

Comments
 (0)