Skip to content

Commit

Permalink
split client and server code in mongo and graphql
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-burel committed Oct 1, 2021
1 parent 118f9ac commit f89a0bc
Show file tree
Hide file tree
Showing 24 changed files with 542 additions and 122 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -25,7 +25,7 @@ If you want to connect your local Vulcan NPM install to an existing application,

It's a 2 step process:

- you publish the packages locally using Yalc `yarn run local-publish`
- you publish the packages locally using Yalc `yarn run publish:local`
- you install them, using Yalc, in your app.

We use Yalc and not `yarn link` because linking is not sufficient, it raises a lot of issues with locally installed packages.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -4,7 +4,7 @@
"scripts": {
"postinstall": "lerna bootstrap --force-local",
"build": "lerna run build",
"local-publish": "lerna exec yalc publish # then, use 'yalc link <package-name>' in your project",
"publish:local": "lerna exec yalc publish # then, use 'yalc link <package-name>' in your project",
"link-yarn-legacy": "lerna exec yarn link && ./scripts/link-duplicates.sh # deprecated, symlink creates issue with React, Webpack...",
"unlink-yarn-legacy": "lerna exec yarn unlink",
"clean": "rm -Rf ./node_modules ./packages/*/dist ./packages/*/node_modules",
Expand Down

0 comments on commit f89a0bc

Please sign in to comment.