Disable again

pull/8019/head
Laurent Cozic 2023-04-06 11:46:06 +02:00
parent 260fa6c038
commit eca0f92dff
1 changed files with 2 additions and 2 deletions

View File

@ -55,8 +55,8 @@
},
"scripts": {
"start": "node scripts/start.js",
"build_TEMP": "echo 'Clipper build is disabled due to disabled due to ERR_OSSL_EVP_UNSUPPORTED error on CI'",
"build": "node scripts/build.js SKIP_PREFLIGHT_CHECK",
"build": "echo 'Clipper build is disabled due to disabled due to ERR_OSSL_EVP_UNSUPPORTED error on CI'",
"build_DISABLED": "node scripts/build.js SKIP_PREFLIGHT_CHECK",
"test": "node scripts/test.js --env=jsdom",
"watch": "cra-build-watch",
"postinstall": "node postinstall.js && npm run build"