Skip to content

Commit fd010de

Browse files
Try workaround for npm-run-all not supporting pnpm
See mysticatea/npm-run-all#201
1 parent 359fb8d commit fd010de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@
241241
"build": "pnpm build:packages && wp-scripts build",
242242
"changelog": "./bin/plugin/cli.js changelog",
243243
"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\"",
244-
"precheck-local-changes": "pnpm docs:build",
244+
"precheck-local-changes": "npm run docs:build",
245245
"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 );",
246246
"dev": "pnpm build:packages && concurrently \"wp-scripts start\" \"pnpm dev:packages\"",
247247
"dev:packages": "node ./bin/packages/watch.js",

0 commit comments

Comments
 (0)