Skip to content

Commit 90964f4

Browse files
committed
GitHub Actions: Run npm install
1 parent 8606847 commit 90964f4

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/coding-standards.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,11 @@ jobs:
107107
working-directory: ${{ env.PLUGIN_DIR }}
108108
run: composer update
109109

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+
110115
- name: Build PHP Autoloader
111116
working-directory: ${{ env.PLUGIN_DIR }}
112117
run: composer dump-autoload

0 commit comments

Comments
 (0)