From 96b7a22df5b23b0f73e188398daf0a852f09c9f3 Mon Sep 17 00:00:00 2001 From: Lahgolz Date: Wed, 8 May 2024 03:19:59 +0200 Subject: [PATCH] fix: add vine to node-13-exports.js --- config/node-13-exports.js | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/config/node-13-exports.js b/config/node-13-exports.js index d7f8ccd5..173155d2 100644 --- a/config/node-13-exports.js +++ b/config/node-13-exports.js @@ -17,6 +17,7 @@ const subRepositories = [ 'arktype', 'valibot', 'effect-ts', + 'vine', ]; const copySrc = () => { diff --git a/package.json b/package.json index 2a150334..9ffa48d6 100644 --- a/package.json +++ b/package.json @@ -187,7 +187,7 @@ "build:arktype": "microbundle --cwd arktype --globals @hookform/resolvers=hookformResolvers,react-hook-form=ReactHookForm", "build:valibot": "microbundle --cwd valibot --globals @hookform/resolvers=hookformResolvers,react-hook-form=ReactHookForm", "build:effect-ts": "microbundle --cwd effect-ts --globals @hookform/resolvers=hookformResolvers,react-hook-form=ReactHookForm,@effect/schema=EffectSchema,@effect/schema/AST=EffectSchemaAST,@effect/schema/ArrayFormatter=EffectSchemaArrayFormatter", - "build:vine": "microbundle --cwd vine --globals @hookform/resolvers=hookformResolvers,react-hook-form=ReactHookForm", + "build:vine": "microbundle --cwd vine --globals @hookform/resolvers=hookformResolvers,react-hook-form=ReactHookForm,@vinejs/vine=vine", "postbuild": "node ./config/node-13-exports.js", "lint": "eslint . --ext .ts,.js --ignore-path .gitignore", "lint:types": "tsc",