File tree Expand file tree Collapse file tree 9 files changed +22
-2
lines changed
Expand file tree Collapse file tree 9 files changed +22
-2
lines changed Original file line number Diff line number Diff line change 1919 - ' **.sass'
2020 # These files configure npm and the task runner. Changes could affect the outcome.
2121 - ' package*.json'
22+ - ' .npmrc'
23+ - ' .nvmrc'
2224 - ' Gruntfile.js'
2325 - ' webpack.config.js'
2426 - ' tools/webpack/**'
Original file line number Diff line number Diff line change 2323 - ' **.php'
2424 # These files configure npm. Changes could affect the outcome.
2525 - ' package*.json'
26+ - ' .npmrc'
27+ - ' .nvmrc'
2628 # These files configure Composer. Changes could affect the outcome.
2729 - ' composer.*'
2830 # This file configures JSHint. Changes could affect the outcome.
Original file line number Diff line number Diff line change 2424 - ' **.php'
2525 # These files configure npm and the task runner. Changes could affect the outcome.
2626 - ' package*.json'
27+ - ' .npmrc'
28+ - ' .nvmrc'
2729 - ' Gruntfile.js'
2830 - ' webpack.config.js'
2931 - ' tools/webpack/**'
Original file line number Diff line number Diff line change 2121 - ' **.js'
2222 # These files configure npm and the task runner. Changes could affect the outcome.
2323 - ' package*.json'
24+ - ' .npmrc'
25+ - ' .nvmrc'
2426 - ' Gruntfile.js'
2527 - ' webpack.config.js'
2628 - ' tools/webpack/**'
Original file line number Diff line number Diff line change 1717 - ' Gruntfile.js'
1818 - ' webpack.config.js'
1919 - ' tools/webpack/**'
20+ - ' .npmrc'
21+ - ' .nvmrc'
2022 # These files configure Composer. Changes could affect the local environment.
2123 - ' composer.*'
2224 # These files define the versions to test.
4143 - ' Gruntfile.js'
4244 - ' webpack.config.js'
4345 - ' tools/webpack/**'
46+ - ' .npmrc'
47+ - ' .nvmrc'
4448 # These files configure Composer. Changes could affect the local environment.
4549 - ' composer.*'
4650 # These files define the versions to test.
Original file line number Diff line number Diff line change 2323 - ' **.php'
2424 # These files configure npm and the task runner. Changes could affect the outcome.
2525 - ' package*.json'
26+ - ' .npmrc'
27+ - ' .nvmrc'
2628 - ' Gruntfile.js'
2729 - ' webpack.config.js'
2830 - ' tools/webpack/**'
Original file line number Diff line number Diff line change 2525 - ' src/SECURITY.md'
2626 # These files configure npm and the task runner. Changes could affect the outcome.
2727 - ' package*.json'
28+ - ' .npmrc'
29+ - ' .nvmrc'
2830 - ' Gruntfile.js'
2931 # These files configure Composer. Changes could affect the outcome.
3032 - ' composer.*'
Original file line number Diff line number Diff line change 88 - ' [4-9].[0-9]'
99 paths :
1010 # Changing the preferred version of Node.js could affect themes with build processes.
11- - ' .nvm'
11+ - ' .npmrc'
12+ - ' .nvmrc'
1213 # Changes to any themes with a build script should be confirmed.
1314 - ' src/wp-content/themes/twentynineteen/**'
1415 - ' src/wp-content/themes/twentytwenty/**'
2223 - ' [4-9].[0-9]'
2324 paths :
2425 # Changing the preferred version of Node.js could affect themes with build processes.
25- - ' .nvm'
26+ - ' .npmrc'
27+ - ' .nvmrc'
2628 # Changes to any themes with a build script should be confirmed.
2729 - ' src/wp-content/themes/twentynineteen/**'
2830 - ' src/wp-content/themes/twentytwenty/**'
Original file line number Diff line number Diff line change 2222 - ' **.php'
2323 # These files configure npm and the task runner. Changes could affect the outcome.
2424 - ' package*.json'
25+ - ' .npmrc'
26+ - ' .nvmrc'
2527 - ' Gruntfile.js'
2628 - ' webpack.config.js'
2729 - ' tools/webpack/**'
You can’t perform that action at this time.
0 commit comments