We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b89bc7 commit dce2093Copy full SHA for dce2093
package.json
@@ -32,7 +32,8 @@
32
"lint:examples": "eslint ./examples/**/*.js",
33
"lint:examples:fix": "eslint ./examples/**/*.js --fix",
34
"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"
+ "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"
37
},
38
"repository": "open-telemetry/opentelemetry-js",
39
"keywords": [
0 commit comments