Skip to content

Commit 7312943

Browse files
author
福晋
committed
fix: build
1 parent c7e4cae commit 7312943

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
],
2424
"scripts": {
2525
"build": "npm run build:index && tsc && npm run copy:index",
26-
"build:index": "tsx src/scripts/build.ts",
26+
"build:index": "tsx src/scripts/build-zvec.ts",
2727
"copy:index": "rm -rf dist/index && cp -R src/index dist/",
2828
"test": "vitest run",
2929
"test:watch": "vitest",

pnpm-workspace.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ allowBuilds:
1010
protobufjs: true
1111
sharp: true
1212
minimumReleaseAgeExclude:
13-
- '@antv/context@0.0.1-beta'
13+
- '@antv/context@0.1.0'

0 commit comments

Comments
 (0)