From 8ce4b400ca7ffccce41ca5bb6a82ff02df7181c3 Mon Sep 17 00:00:00 2001 From: naseemkullah Date: Fri, 21 May 2021 21:32:26 -0400 Subject: [PATCH] feat: add reset script Signed-off-by: naseemkullah --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 93c78d1c34b..6c37d0b1c1c 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,8 @@ "lint:examples": "eslint ./examples/**/*.js", "lint:examples:fix": "eslint ./examples/**/*.js --fix", "lint:markdown": "./node_modules/.bin/markdownlint $(git ls-files '*.md') -i ./CHANGELOG.md", - "lint:markdown:fix": "./node_modules/.bin/markdownlint $(git ls-files '*.md') -i ./CHANGELOG.md --fix" + "lint:markdown:fix": "./node_modules/.bin/markdownlint $(git ls-files '*.md') -i ./CHANGELOG.md --fix", + "reset": "lerna clean -y && rm -rf node_modules && git clean -fdx && npm i && npm run compile && npm run lint:fix" }, "repository": "open-telemetry/opentelemetry-js", "keywords": [