We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2ba2082 + 90964f4 commit 9f15301Copy full SHA for 9f15301
1 file changed
.github/workflows/coding-standards.yml
@@ -107,6 +107,11 @@ jobs:
107
working-directory: ${{ env.PLUGIN_DIR }}
108
run: composer update
109
110
+ # Installs WordPress scripts for CSS Coding Standards.
111
+ - name: Run npm install
112
+ working-directory: ${{ env.PLUGIN_DIR }}
113
+ run: npm install @wordpress/scripts --save-dev
114
+
115
- name: Build PHP Autoloader
116
117
run: composer dump-autoload
0 commit comments