Skip to content

Commit

Permalink
Add npm ci to build step
Browse files Browse the repository at this point in the history
  • Loading branch information
SteelWagstaff committed Nov 19, 2022
1 parent e9a6720 commit 653a61c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/standards-and-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ jobs:
chmod +x wp-cli.phar
mv wp-cli.phar /usr/local/bin/wp
wp package install wp-cli/dist-archive-command
npm ci
npm run build
composer install --no-dev --optimize-autoloader
cd ..
Expand Down

0 comments on commit 653a61c

Please sign in to comment.