Skip to content

Commit e41d2ff

Browse files
committed
Add make target to run validation against local specifications.xlsx file
1 parent 90d15f8 commit e41d2ff

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ internal-config:
3030
npm run parse --workspace=@supplier-config/excel-parser -- \
3131
"$(PWD)/specifications.xlsx" --output-dir "$(PWD)/artifacts/config-store" --pretty
3232

33+
validate-config:
34+
npm run parse --workspace=@supplier-config/excel-parser -- \
35+
"$(PWD)/specifications.xlsx" --check-mappings
3336
# ==============================================================================
3437

3538
${VERBOSE}.SILENT: \

0 commit comments

Comments
 (0)