Skip to content

Commit dce2093

Browse files
author
naseemkullah
committed
feat: add reset script
Signed-off-by: naseemkullah <[email protected]>
1 parent 9b89bc7 commit dce2093

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@
3232
"lint:examples": "eslint ./examples/**/*.js",
3333
"lint:examples:fix": "eslint ./examples/**/*.js --fix",
3434
"lint:markdown": "./node_modules/.bin/markdownlint $(git ls-files '*.md') -i ./CHANGELOG.md",
35-
"lint:markdown:fix": "./node_modules/.bin/markdownlint $(git ls-files '*.md') -i ./CHANGELOG.md --fix"
35+
"lint:markdown:fix": "./node_modules/.bin/markdownlint $(git ls-files '*.md') -i ./CHANGELOG.md --fix",
36+
"reset": "lerna clean -y && rm -rf node_modules && git clean -fdx && npm i && npm run compile && npm run lint:fix"
3637
},
3738
"repository": "open-telemetry/opentelemetry-js",
3839
"keywords": [

0 commit comments

Comments
 (0)