From a42da1db439ea82fe8005ce7120ae62951890da1 Mon Sep 17 00:00:00 2001 From: valentinab25 <30239069+valentinab25@users.noreply.github.com> Date: Thu, 22 Dec 2022 18:41:54 +0200 Subject: [PATCH] chore: add non-interactive flag in build command --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ea8ac39..5e1ee5c 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "postinstall": "yarn omelette && yarn patches", "omelette": "if [ ! -d omelette ]; then ln -sf node_modules/@plone/volto omelette; fi", "patches": "/bin/bash patches/patchit.sh > /dev/null 2>&1 ||true", - "build": "razzle build", + "build": "razzle build --noninteractive", "lint": "./node_modules/eslint/bin/eslint.js 'src/**/*.{js,jsx}'", "lint:fix": "./node_modules/eslint/bin/eslint.js --fix 'src/**/*.{js,jsx}'", "lint:ci": "./node_modules/eslint/bin/eslint.js -f checkstyle 'src/**/*.{js,jsx}' > eslint.xml",