Skip to content

Commit

Permalink
#5 add group validation template
Browse files Browse the repository at this point in the history
  • Loading branch information
p-a-s-c-a-l committed May 15, 2020
1 parent 6b1d610 commit e12170e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"process-groups": "node src/index.js open-data-produced-by-clarity groups-template && node src/index.js non-open-data-produced-by-clarity groups-template && node src/index.js open-data-used-by-clarity groups-template && node src/index.js non-open-data-used-by-clarity groups-template",
"download-organizations": "bash input/organizations.sh",
"process-organizations": "node src/index.js clarity organizations-template && node src/index.js dc1 organizations-template && node src/index.js dc2 organizations-template && node src/index.js dc3 organizations-template && node src/index.js dc4 organizations-template",
"validate-organizations": "node src/index.js clarity organizations-validation-template && node src/index.js dc1 organizations-validation-template && node src/index.js dc2 organizations-validation-template && node src/index.js dc3 organizations-validation-template && node src/index.js dc4 organizations-validation-template"
"validate-organizations": "node src/index.js clarity organizations-validation-template && node src/index.js dc1 organizations-validation-template && node src/index.js dc2 organizations-validation-template && node src/index.js dc3 organizations-validation-template && node src/index.js dc4 organizations-validation-template",
"validate-groups": "node src/index.js open-data-produced-by-clarity groups-validation-template && node src/index.js non-open-data-produced-by-clarity groups-validation-template"
},
"repository": {
"type": "git",
Expand Down
Binary file added templates/groups-validation-template.odt
Binary file not shown.

0 comments on commit e12170e

Please sign in to comment.