diff options
author | Antoine Cormouls <contact.antoine.cormouls@gmail.com> | 2020-12-07 16:27:45 +0100 |
---|---|---|
committer | Antoine Cormouls <contact.antoine.cormouls@gmail.com> | 2020-12-07 16:27:45 +0100 |
commit | 624de782a8bda1e313e839d114a44b79c359a3e5 (patch) | |
tree | 5a5775766e79e56d2920fca8517ec26a719fcdba | |
parent | 106e05f4294aabed133a26efb31252628fffec93 (diff) |
remove script from the mono repo root
-rw-r--r-- | README.md | 5 | ||||
-rw-r--r-- | package.json | 4 |
2 files changed, 1 insertions, 8 deletions
@@ -50,8 +50,3 @@ Running Jest in watch mode for a specific project requires the use of `lerna exe $> npx lerna exec npm run test:watch --scope=@simplewebauthn/server ``` -Dev on the server package with jest watch target - -```sh -$> npm run dev:server aFileNameHere.js -``` diff --git a/package.json b/package.json index cb57499..c3618f1 100644 --- a/package.json +++ b/package.json @@ -8,9 +8,7 @@ "test": "lerna run test", "build:types": "lerna bootstrap --scope=@simplewebauthn/typescript-types", "build:browser": "lerna bootstrap --scope=@simplewebauthn/browser", - "build:server": "lerna bootstrap --scope=@simplewebauthn/server", - "dev:server": "lerna exec npm run test:watch --scope=@simplewebauthn/server", - "dev:browser": "lerna exec npm run test:watch --scope=@simplewebauthn/browser" + "build:server": "lerna bootstrap --scope=@simplewebauthn/server" }, "devDependencies": { "@simplewebauthn/typescript-types": "^0.10.0", |