|
před 4 roky | |
---|---|---|
.. | ||
inputs | před 4 roky | |
schemas | před 4 roky | |
scripts | před 4 roky | |
types | před 4 roky | |
typings | před 4 roky | |
.gitignore | před 4 roky | |
README.md | před 4 roky | |
package.json | před 4 roky | |
tsconfig.json | před 4 roky | |
vscode-recommended.settings.json | před 4 roky |
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.