Skip to content

Commit

Permalink
do not install dev dependencies when building the plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
MichelleBlanchette committed Nov 10, 2023
1 parent 6cb27de commit 41b3348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_install.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

composer install --optimize-autoloader
composer install --optimize-autoloader --no-dev

npm ci --no-audit
npm run build

0 comments on commit 41b3348

Please sign in to comment.