From 3b22a9110242030ea96145b211e47b61095e9c17 Mon Sep 17 00:00:00 2001 From: awmleer Date: Tue, 9 Apr 2024 10:14:48 +0800 Subject: [PATCH] chore: temp fix build-doc command --- .gitignore | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 62cdbdd..9d3f0c6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +/dist/ /lib/ .DS_Store diff --git a/package.json b/package.json index c5e1c98..3fdbed7 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "test": "jest", "lint": "tslint -p tsconfig.json", "umd": "rollup --config rollup.config.js", - "build-doc": "dumi build", + "build-doc": "NODE_OPTIONS=--openssl-legacy-provider dumi build", "publish": "npm publish ./lib --registry=https://registry.npmjs.org", "publish:alpha": "npm publish ./lib --registry=https://registry.npmjs.org --tag alpha", "publish:dev": "npm publish ./lib --registry=https://registry.npmjs.org --tag dev",