File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ version : 2
2+ updates :
3+ - package-ecosystem : " npm"
4+ directory : " /"
5+ schedule :
6+ interval : " weekly"
7+ open-pull-requests-limit : 10
8+ groups :
9+ dev-dependencies :
10+ dependency-type : " development"
11+ prod-dependencies :
12+ dependency-type : " production"
Original file line number Diff line number Diff line change 11#! /usr/bin/env sh
22
33echo ' The following "npm" command builds your Node.js/React application for'
4- echo ' production in the local "build" directory (i.e. within the'
5- echo ' "/var/jenkins_home/workspace/simple-node-js-react-app" directory),'
6- echo ' correctly bundles React in production mode and optimizes the build for'
7- echo ' the best performance.'
4+ echo ' production in the local "build" directory, correctly bundles React in'
5+ echo ' production mode and optimizes the build for the best performance.'
86set -x
97npm run build
108set +x
You can’t perform that action at this time.
0 commit comments