Skip to content

Commit 873052b

Browse files
committed
Merge branch 'main' into production
2 parents e781f4b + cd325a5 commit 873052b

File tree

3 files changed

+53
-31
lines changed

3 files changed

+53
-31
lines changed

Dockerfile.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,9 @@
113113
cd /app/plugins/hc-styles/ && php -d default_socket_timeout=30000 $(which composer) install --no-dev --no-interaction --no-progress --optimize-autoloader --no-cache
114114
RUN echo "Finished installing Composer dependencies"
115115

116+
RUN cd /app/site/web/app/plugins/kcworks-on-wp && npm install @wordpress/scripts --save-dev && \
117+
cd /app/site/web/app/plugins/kcworks-on-wp && npm ci && npm run build
118+
116119
RUN cd /app/site/web/app/plugins/cc-client && npm ci && npm run build && \
117120
cd /app/themes/boss-child && npm ci && npm install gulp && node node_modules/gulp-cli/bin/gulp sass && \
118121
cd /app/themes/boss-child-refresh && npm ci && npm install gulp && node node_modules/gulp-cli/bin/gulp sass

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
{
2626
"type": "vcs",
27-
"url": "https://github.com/MESH-Research/kcworks-wp-plugin"
27+
"url": "https://github.com/MESH-Research/kcworks-on-wp"
2828
},
2929
{
3030
"type": "path",
@@ -138,8 +138,9 @@
138138
"wpackagist-theme/stewart": "1.15",
139139
"wpackagist-plugin/hide-admin-bar-from-non-admins": "^1.0",
140140
"wpackagist-plugin/tainacan": "^0.21.7",
141+
"wpackagist-plugin/cool-timeline": "^3.0.8",
141142
"mesh-research/cc-client": "dev-main",
142-
"mesh-research/kcworks-wp-plugin": "0.4.2",
143+
"mesh-research/kcworks-on-wp": "1.0.0",
143144
"wpackagist-plugin/feedzy-rss-feeds": "^4.4",
144145
"wpackagist-plugin/zotpress": "^7.4.1",
145146
"php-http/guzzle7-adapter": "^1.0",

composer.lock

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

0 commit comments

Comments
 (0)