Skip to content

Commit

Permalink
Update prepare build to use npm build
Browse files Browse the repository at this point in the history
  • Loading branch information
ho-man-chan committed Jul 7, 2021
1 parent fa0df44 commit 2cfba74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/.pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
chmod +x wp-cli.phar
mv wp-cli.phar /usr/local/bin/wp
wp package install wp-cli/dist-archive-command
npm run build:production
npm run build
composer install --no-dev --optimize-autoloader
cd ..
wp dist-archive $GITHUB_REPO_SLUG $GITHUB_BUILD_PATH/$GITHUB_REPO_SLUG-$GITHUB_TAG.zip
Expand Down

0 comments on commit 2cfba74

Please sign in to comment.