Skip to content

Commit

Permalink
Updated local docker and composer build steps. Added config dist file.
Browse files Browse the repository at this point in the history
  • Loading branch information
stratease committed Jul 26, 2024
1 parent 3176796 commit e4eb99b
Show file tree
Hide file tree
Showing 4 changed files with 496 additions and 117 deletions.
13 changes: 12 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,18 @@
},
"scripts": {
"pre-autoload-dump": [
"cd wp-content/plugins/the-events-calendar && composer i --ignore-platform-reqs --no-dev && git submodule update --init && cd common && composer i --ignore-platform-reqs --no-dev\n",
"cd wp-content/plugins/the-events-calendar && composer i --ignore-platform-reqs --no-dev && git submodule update --init",
"cd wp-content/plugins/the-events-calendar/common && composer i --ignore-platform-reqs --no-dev && git submodule update --init\n",
"cd wp-content/plugins/the-events-calendar nvm use && npm ci && npm run build\n",
"cd wp-content/plugins/the-events-calendar/common nvm use && npm ci && npm run build\n",
"cd wp-content/plugins/events-pro && composer i --ignore-platform-reqs --no-dev && git submodule update --init\n",
"cd wp-content/plugins/events-pro nvm use && npm ci && npm run build\n",
"cd wp-content/plugins/event-tickets && composer i --ignore-platform-reqs --no-dev && git submodule update --init\n",
"cd wp-content/plugins/event-tickets/common && composer i --ignore-platform-reqs --no-dev && git submodule update --init\n",
"cd wp-content/plugins/event-tickets nvm use && npm ci && npm run build\n",
"cd wp-content/plugins/event-tickets/common nvm use && npm ci && npm run build\n",
"cd wp-content/plugins/event-tickets-plus && composer i --ignore-platform-reqs --no-dev && git submodule update --init",
"cd wp-content/plugins/event-tickets-plus nvm use && npm ci && npm run build\n",
"cd wp-content/plugins/plugin-analysis && composer i --ignore-platform-reqs\n"
]
}
Expand Down
Loading

0 comments on commit e4eb99b

Please sign in to comment.