|
4 rokov pred | |
---|---|---|
.. | ||
inputs | 4 rokov pred | |
schemas | 4 rokov pred | |
scripts | 4 rokov pred | |
types | 4 rokov pred | |
typings | 4 rokov pred | |
.gitignore | 4 rokov pred | |
README.md | 4 rokov pred | |
package.json | 4 rokov pred | |
tsconfig.json | 4 rokov pred | |
vscode-recommended.settings.json | 4 rokov pred |
VSCode
.vscode
folder inside your monorepo working directory (if doesn't already exist)vscode-recommended.settings.json
into .vscode
directory and rename it to settings.json
(or merge it with the exsisting settings.json
)inputs
! (you must follow the *Class.json
, *Schema.json
, *{EntityName}Batch
naming pattern)Run yarn workspace cd-schemas validate
or yarn validate
(if inside content-directory-schemas
) to validate json schemas and inputs inside the /inputs
directory.