From 45825dedaffb949969298fbd69bf9a8c33ef3baa Mon Sep 17 00:00:00 2001 From: awmleer Date: Wed, 12 Jul 2023 17:17:26 +0800 Subject: [PATCH] chore: fix build script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d97ca68..421648a 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "private": false, "scripts": { "start": "dumi dev", - "build": "gulp build", + "build": "NODE_OPTIONS=--no-experimental-fetch gulp build", "test": "jest", "lint": "tslint -p tsconfig.json", "umd": "rollup --config rollup.config.js",