diff --git a/packages/typst.node/package.json b/packages/typst.node/package.json index 08198cbd..273c19e0 100644 --- a/packages/typst.node/package.json +++ b/packages/typst.node/package.json @@ -49,8 +49,8 @@ "scripts": { "artifacts": "napi artifacts", "bench": "node -r @swc-node/register benchmark/bench.ts", - "build": "napi build --platform --release --dts-header \"/* auto-generated by NAPI-RS */ /* eslint-disable */ import type * as types from './index.js';\" --dts index-napi.d.ts --js index-napi.js --pipe \"prettier -w\" && tsc -p tsconfig.lib.json", - "build:debug": "napi build --platform --dts-header \"/* auto-generated by NAPI-RS */ /* eslint-disable */ import type * as types from './index.js';\" --dts index-napi.d.ts --js index-napi.js --pipe \"prettier -w\" && tsc -p tsconfig.lib.json", + "build": "napi build --platform --release --dts-header \"/* auto-generated by NAPI-RS */ /* eslint-disable */ import type * as types from './index.js';\" --dts index-napi.d.ts --js index-napi.js --pipe \"prettier -w\" && tsc", + "build:debug": "napi build --platform --dts-header \"/* auto-generated by NAPI-RS */ /* eslint-disable */ import type * as types from './index.js';\" --dts index-napi.d.ts --js index-napi.js --pipe \"prettier -w\" && tsc", "format": "run-p format:prettier format:rs format:toml", "format:prettier": "prettier . -w", "format:toml": "taplo format",