create symlink for node_modules in generateJson and buildRadar scripts

This commit is contained in:
dennis.ludwig
2021-06-17 14:18:23 +02:00
parent 33e36674f7
commit 3b0aab8f08
63 changed files with 5238 additions and 861 deletions

3
.lintstagedrc.json Normal file
View File

@@ -0,0 +1,3 @@
{
"*.{json, md, yml, js, ts, tsx}": ["prettier --write"]
}