Skip to content

Commit 630a45b

Browse files
Merge pull request #52 from pressbooks/fix-build-deploy
Sync package.lock & fix build step
2 parents adfbfb8 + 65e03cc commit 630a45b

File tree

2 files changed

+115
-29
lines changed

2 files changed

+115
-29
lines changed

.github/workflows/standards-and-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
chmod +x wp-cli.phar
7676
mv wp-cli.phar /usr/local/bin/wp
7777
wp package install wp-cli/dist-archive-command
78-
npm ci
78+
npm install
7979
npm run build
8080
composer install --no-dev --optimize-autoloader
8181
cd ..

package-lock.json

Lines changed: 114 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)