File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 34
34
cp packages/json-schemas/schemas/content.json build/json-schemas/content.json
35
35
cp packages/json-schemas/schemas/content-schema.json build/json-schemas/content-schema.json
36
36
cp packages/json-schemas/schemas/project.json build/json-schemas/project.json
37
- cp packages/json-schemas/schemas/template-catalog-metadata.json build/json-schemas/template /template-catalog-metadata.json
37
+ cp packages/json-schemas/schemas/template/template -catalog-metadata.json build/json-schemas/template-catalog-metadata.json
38
38
find build/json-schemas -type f -name "*.json" -exec sed -i -e 's|https://schema\.croct\.com/json/event/|https://schema.croct.com/json/v1/|g' {} +
39
39
find build/json-schemas -type f -name "*.json" -exec sed -i -e 's|https://schema\.croct\.com/json/template/|https://schema.croct.com/json/v1/|g' {} +
40
40
find build/json-schemas -type f -name "*.json" -exec sed -i -e '/https:\/\/schema\.croct\.com\/json\/v1\//! s|https://schema\.croct\.com/json/|https://schema.croct.com/json/v1/|g' {} +
You can’t perform that action at this time.
0 commit comments