File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed
Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change 5454 rm -rf ./src
5555 cp -r ./build/code-snippets ./src
5656
57- - name : Verify build contents
58- run : |
59- echo "=== Verifying build artifact structure ==="
60- echo "Main plugin file:"
61- ls -la ./src/code-snippets.php || echo "❌ No main plugin file found"
62- echo ""
63- echo "Compiled JavaScript:"
64- ls -la ./src/dist/ || echo "❌ No dist directory found"
65- echo ""
66- echo "Assets:"
67- ls -la ./src/assets/ || echo "❌ No assets directory found"
68- echo ""
69- echo "PHP files:"
70- ls -la ./src/php/ || echo "❌ No php directory found"
71- echo ""
72- echo "=== wp-env will map ./src to wp-content/plugins/code-snippets ==="
73-
7457 - name : Install workflow dependencies (wp-env, playwright)
7558 run : npm run prepare-environment:ci
7659
You can’t perform that action at this time.
0 commit comments