Merge branch 'main' into feature/market-pagination

This commit is contained in:
Fernando Chávez 2023-04-11 10:18:39 +02:00 committed by GitHub
commit 26af24f835
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@
"develop:webpack": "cross-env NODE_ENV=development webpack serve --config webpack.config.dev.js --progress profile",
"prepublishOnly": "yarn build",
"build": "rimraf build && node ./scripts/build.js",
"build:mesure": "rimraf build && cross-env MESURE_BUILD_SPEED=true node ./scripts/build.js",
"build:measure": "rimraf build && cross-env MEASURE_BUILD_SPEED=true node ./scripts/build.js",
"test": "echo \"no tests yet\"",
"test:unit": "run -T jest",
"test:unit:watch": "run -T jest --watch",