From f72ac77f185020b26a29b558ba7fd15b08e9808b Mon Sep 17 00:00:00 2001 From: Johnny A <5891646+johnny243@users.noreply.github.com> Date: Wed, 15 Jun 2022 12:36:43 -0400 Subject: [PATCH] fix: advanced checklist scripts (#1109) * fix: advanced checklist scripts * fix: run tests in silence Co-authored-by: Johnny Almonte --- .../src/org.standardnotes.advanced-checklist/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/components/src/org.standardnotes.advanced-checklist/package.json b/packages/components/src/org.standardnotes.advanced-checklist/package.json index 62292764a..043197227 100644 --- a/packages/components/src/org.standardnotes.advanced-checklist/package.json +++ b/packages/components/src/org.standardnotes.advanced-checklist/package.json @@ -14,11 +14,11 @@ "homepage": ".", "scripts": { "analyze": "source-map-explorer 'build/static/js/*.js'", - "start": "react-scripts start", + "start": "react-app-rewired start", "test:coverage": "npm run test -- --coverage --watchAll", "eject": "react-scripts eject", - "components:compile": "react-scripts build", - "components:test": "react-scripts test --watchAll=false", + "components:compile": "react-app-rewired build", + "components:test": "react-app-rewired test --watchAll=false --silent", "components:lint": "prettier --write 'src/**/*.{html,css,scss,js,jsx,ts,tsx,json}' README.md" }, "eslintConfig": {