mirror of https://github.com/waku-org/js-waku.git
chore: lerna skip non-existent scripts
This commit is contained in:
parent
3d08cb28c8
commit
9d54462893
|
@ -51,8 +51,6 @@
|
|||
"check:prettier": "prettier . --list-different",
|
||||
"check:spelling": "cspell \"{README.md,src/**/*.ts}\"",
|
||||
"check:tsc": "tsc -p tsconfig.dev.json",
|
||||
"test": "exit 0 # Tested in @waku/core",
|
||||
"proto": "exit 0 # no proto",
|
||||
"doc": "run-s doc:*",
|
||||
"doc:html": "typedoc --treatWarningsAsErrors",
|
||||
"prepublish": "npm run build",
|
||||
|
|
|
@ -41,8 +41,6 @@
|
|||
"check:prettier": "prettier . --list-different",
|
||||
"check:spelling": "cspell \"{README.md,src/**/*.ts}\"",
|
||||
"check:tsc": "tsc -p tsconfig.dev.json",
|
||||
"test": "exit 0 # Tested in @waku/core",
|
||||
"proto": "exit 0 # no proto",
|
||||
"doc": "run-s doc:*",
|
||||
"doc:html": "typedoc --treatWarningsAsErrors",
|
||||
"prepublish": "npm run build",
|
||||
|
|
Loading…
Reference in New Issue