File tree Expand file tree Collapse file tree 3 files changed +53
-31
lines changed Expand file tree Collapse file tree 3 files changed +53
-31
lines changed Original file line number Diff line number Diff line change 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
114114RUN 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+
116119RUN 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
Original file line number Diff line number Diff line change 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" ,
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" ,
You can’t perform that action at this time.
0 commit comments