diff --git a/.npmrc b/.npmrc index e69de29..e0226ce 100644 --- a/.npmrc +++ b/.npmrc @@ -0,0 +1,4 @@ +shared-workspace-lockfile=true # all apps/packages share the same root lockfile +frozen-lockfile=true # pnpm install updates the lockfile, the CI uses pnpm install --frozen-lockfile which fails if one package.json is out of sync +prefer-workspace-packages=true # if a package like @acme/utils exists locally use this one, not the one from a registry +save-exact = true # never add ^ or ~ \ No newline at end of file diff --git a/.prettierignore b/.prettierignore new file mode 100644 index 0000000..e81dcc1 --- /dev/null +++ b/.prettierignore @@ -0,0 +1,4 @@ +.nuxt +.output +node_modules +dist \ No newline at end of file diff --git a/README.md b/README.md index d5058f3..2345571 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,56 @@ ## Good to know -- Using custom tags directly inside the