Skip to content

Commit

Permalink
[BUILD] rebuild on wp:init
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrillbolliger committed Feb 3, 2024
1 parent f4392d5 commit 5019807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"build": "gulp build:production",
"fractal:build": "gulp fractal:build",
"wp:start": "UID=$(id -u) GID=$(id -g) docker compose up -d",
"wp:init": "UID=$(id -u) GID=$(id -g) docker compose up -d && ./scripts/wp-init-local.sh",
"wp:init": "UID=$(id -u) GID=$(id -g) docker compose build && docker compose up -d && ./scripts/wp-init-local.sh",
"component:add": "./scripts/styleguide-add-component.sh",
"make:release": "./scripts/make-release.sh"
},
Expand Down

0 comments on commit 5019807

Please sign in to comment.