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.
npm install
1 parent 8606847 commit 90964f4Copy full SHA for 90964f4
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