diff --git a/packages/create/package.json b/packages/create/package.json index 8c3f8f183f..ec25796597 100644 --- a/packages/create/package.json +++ b/packages/create/package.json @@ -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", diff --git a/packages/interfaces/package.json b/packages/interfaces/package.json index 088400a10f..5d5703167d 100644 --- a/packages/interfaces/package.json +++ b/packages/interfaces/package.json @@ -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",