Skip to content
Snippets Groups Projects
Commit ab5fe585 authored by Olivier Goulet's avatar Olivier Goulet
Browse files

Merge branch 'fix-blogs-blocking' into 'main'

hotfix: invalid xml blocking builds

See merge request eclipsefdn/it/websites/eclipse.org!139
parents 6ca26e49 4fed4600
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@
"hot": "NODE_ENV=development webpack-dev-server --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
"production": "NODE_ENV=production webpack --progress --config=node_modules/laravel-mix/setup/webpack.config.js",
"fetch_project": "NODE_ENV=production node node_modules/eclipsefdn-hugo-solstice-theme/bin/projects/index.js -l data/",
"fetch_staff_blogs": "curl -s https://blogs.eclipse.org/blog/feed > data/staff_blogs.xml",
"fetch_staff_blogs": "curl -s https://blogs.eclipse.org/blog/feed | sed 's/ //g' > data/staff_blogs.xml",
"install": "NODE_ENV=production npm run production && npm run fetch_project && npm run fetch_staff_blogs"
},
"dependencies": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment