From af86e823a7d806672ad5a19da7bd03adbef22fec Mon Sep 17 00:00:00 2001 From: Justin Sun Date: Wed, 1 Jun 2022 17:01:48 +0800 Subject: [PATCH] fix(ajv): add ajv mjs build script --- config/node-13-exports.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/node-13-exports.js b/config/node-13-exports.js index 447f4e1c..f5170eae 100644 --- a/config/node-13-exports.js +++ b/config/node-13-exports.js @@ -11,7 +11,8 @@ const subRepositories = [ 'io-ts', 'nope', 'computed-types', - 'typanion' + 'typanion', + 'ajv', ]; const copySrc = () => {