diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 00000000..8e06bbd7 --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,19 @@ +{ + "version": "1.0.0", + "configurations": [ + { + "name": "Test Core", + "request": "launch", + "runtimeArgs": [ + "nx", + "test", + "core" + ], + "runtimeExecutable": "pnpm", + "skipFiles": [ + "/**" + ], + "type": "node" + } + ] + } \ No newline at end of file diff --git a/README.md b/README.md index 2494112f..1589829c 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ This is the mono repository, which combine the Hookstate core package, extension From the repository root directory: -- `npm install -f pnpm` - install pnpm tool +- `npm install -g pnpm` - install pnpm tool - `pnpm install` - install node_modules for all packages - `pnpm nx