Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bug 569690 - Netlify preview for specifications repository fails
Signed-off-by: Christopher Guindon <chris.guindon@eclipse-foundation.org>
  • Loading branch information
chrisguindon committed Dec 17, 2020
1 parent 1f0cef3 commit bd516a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -22,7 +22,8 @@
"specifications": "bash build.sh",
"build_netlify": "NODE_ENV=production npm run production && npm run specifications && npm run fetch_project",
"fetch_project": "NODE_ENV=production node node_modules/eclipsefdn-hugo-solstice-theme/bin/projects/index.js -l data",
"generate_contributor_list": "./js/contributor-cards/generate-contributor-lists.sh"
"generate_contributor_list": "./js/contributor-cards/generate-contributor-lists.sh",
"disallow_robots_txt": "echo \"User-agent: *\r\nDisallow: /\" > layouts/robots.txt"
},
"dependencies": {
"eclipsefdn-hugo-solstice-theme": "0.0.109",
Expand Down

0 comments on commit bd516a2

Please sign in to comment.