Tools: Trying to disable clipper build for now

pull/7038/head^2
Laurent Cozic 2022-11-04 15:26:17 +00:00
parent 119e457d5e
commit e51d9c5621
1 changed files with 2 additions and 1 deletions

View File

@ -55,7 +55,8 @@
},
"scripts": {
"start": "node scripts/start.js",
"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"