We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90d15f8 commit e41d2ffCopy full SHA for e41d2ff
1 file changed
Makefile
@@ -30,6 +30,9 @@ internal-config:
30
npm run parse --workspace=@supplier-config/excel-parser -- \
31
"$(PWD)/specifications.xlsx" --output-dir "$(PWD)/artifacts/config-store" --pretty
32
33
+validate-config:
34
+ npm run parse --workspace=@supplier-config/excel-parser -- \
35
+ "$(PWD)/specifications.xlsx" --check-mappings
36
# ==============================================================================
37
38
${VERBOSE}.SILENT: \
0 commit comments