Skip to content

Commit

Permalink
chore: add non-interactive flag in build command
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinab25 committed Dec 22, 2022
1 parent 8d0fa36 commit a42da1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit a42da1d

Please sign in to comment.