File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -318,22 +318,6 @@ jobs:
318
318
exit 1
319
319
fi
320
320
npx nx affected --target=build --parallel=3 --verbose
321
- - name : Confirm the built Playground client package.json file has no dependencies listed
322
- run : |
323
- if [ ! -f dist/packages/playground/client/package.json ]; then
324
- echo "Error: dist/packages/playground/client/package.json not found"
325
- echo "This is a regression from https://github.com/WordPress/playground/pull/1000"
326
- exit 1
327
- fi
328
-
329
- DEPENDENCIES=$(jq '.dependencies // {}' dist/packages/playground/client/package.json)
330
- if [ "$DEPENDENCIES" != "{}" ]; then
331
- echo "Error: @wp-playground/client package.json has dependencies listed:"
332
- echo "$DEPENDENCIES"
333
- exit 1
334
- else
335
- echo "✓ @wp-playground/client package.json has no dependencies listed"
336
- fi
337
321
338
322
# Deploy documentation job
339
323
deploy_docs :
You can’t perform that action at this time.
0 commit comments