diff --git a/packages/auth/package.json b/packages/auth/package.json index 49bb7e59e3..8dcdb6b619 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -58,6 +58,6 @@ "prepack": "npx oclif-dev manifest && npx oclif-dev readme", "test": "nyc mocha \"test/**/*.test.js\"", "test-report": "nyc --reporter=html mocha \"test/**/*.test.js\"", - "version": "npx npx oclif-dev readme && git add README.md" + "version": "npx oclif-dev readme && git add README.md" } }