Skip to content

Commit

Permalink
Correct documentation/output
Browse files Browse the repository at this point in the history
  • Loading branch information
sarayourfriend committed Feb 12, 2022
1 parent bd1d499 commit 618ae4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@
"changelog": "./bin/plugin/cli.js changelog",
"check-licenses": "concurrently \"wp-scripts check-licenses --prod --gpl2 --ignore=@react-native-community/cli,@react-native-community/cli-platform-ios\" \"wp-scripts check-licenses --dev\"",
"precheck-local-changes": "pnpm docs:build",
"check-local-changes": "( git diff -U0 | xargs -0 node bin/process-git-diff ) || ( echo \"There are local uncommitted changes after one or both of 'npm install' or 'pnpm docs:build'!\" && git diff --exit-code && exit 1 );",
"check-local-changes": "( git diff -U0 | xargs -0 node bin/process-git-diff ) || ( echo \"There are local uncommitted changes after one or both of 'pnpm install' or 'pnpm docs:build'!\" && git diff --exit-code && exit 1 );",
"dev": "pnpm build:packages && concurrently \"wp-scripts start\" \"pnpm dev:packages\"",
"dev:packages": "node ./bin/packages/watch.js",
"distclean": "rimraf node_modules packages/*/node_modules",
Expand Down
2 changes: 1 addition & 1 deletion packages/scripts/scripts/check-licenses.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ const checkLicense = ( allowedLicense, licenseType ) => {
);
};

// Use `pnpm ls` to grab a list of all the packages.
// Use `pnpm list` to grab a list of all the packages.
const child = spawn.sync(
'pnpm',
[
Expand Down

0 comments on commit 618ae4f

Please sign in to comment.