Skip to content

Commit

Permalink
Merge pull request #52 from pressbooks/fix-build-deploy
Browse files Browse the repository at this point in the history
Sync package.lock & fix build step
  • Loading branch information
SteelWagstaff committed Nov 1, 2022
2 parents adfbfb8 + 65e03cc commit 630a45b
Show file tree
Hide file tree
Showing 2 changed files with 115 additions and 29 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/standards-and-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,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 install
npm run build
composer install --no-dev --optimize-autoloader
cd ..
Expand Down
142 changes: 114 additions & 28 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 630a45b

Please sign in to comment.