Skip to content

Commit e2cae11

Browse files
authored
Aiinfo diffcache (#101)
* add changelog to output * add clearCache utility * update cache * add writeChangelog util * ignore package.json in biome lint * @instructure.ai/[email protected] * fix lint issues * @instructure.ai/[email protected] * use vite-node/loader * [email protected]
1 parent 271044d commit e2cae11

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/release-package.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ permissions:
1313
jobs:
1414
publish:
1515
runs-on: ubuntu-latest
16+
env:
17+
NODE_OPTIONS: "--loader=vite-node/loader"
1618
steps:
1719
- uses: actions/checkout@v4
1820
with:

packages/aiinfo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,5 @@
4747
"sideEffects": false,
4848
"type": "module",
4949
"types": "./dist/index.d.ts",
50-
"version": "1.2.0"
50+
"version": "1.2.1"
5151
}

0 commit comments

Comments
 (0)