File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1+ npm run lint
12git diff --name-only --cached --diff-filter=ACMR > `pwd`/.scratchfile
23node ./.node-scripts/validate-changed-package-versions.js `pwd`/.scratchfile
34cd packages
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ function main() {
55 const packageNames = process . argv [ 2 ] . split ( '\n' ) ;
66
77 if ( packageNames . length > 0 ) {
8- displayList ( 'WILL ATTEMPT TO VALIDATE THESE PACKAGES:' , packageNames ) ;
8+ displayList ( 'WILL ATTEMPT TO VALIDATE INTERDEPENDENCIES BETWEEN THESE PACKAGES:' , packageNames ) ;
99 } else {
1010 console . log ( 'NO PACKAGES PROVIDED FOR VALIDATION' ) ;
1111 process . exit ( 0 ) ;
@@ -57,4 +57,4 @@ function identifyIncorrectlyInterdependentPackages(packageJsons) {
5757 return incorrectInterdependencies ;
5858}
5959
60- main ( ) ;
60+ main ( ) ;
You can’t perform that action at this time.
0 commit comments