We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c393e0 commit 6bb6424Copy full SHA for 6bb6424
.github/workflows/nodejs.yml
@@ -38,3 +38,4 @@ jobs:
38
- run: npm ci
39
- run: npm run build --if-present
40
- run: npm test
41
+ - run: npm run lint --if-present
package.json
@@ -35,7 +35,8 @@
35
"release": "npm run build && npm test && standard-version && git push --follow-tags origin master && npm publish",
36
"release-docker": "make release-docker",
37
"test": "make test",
- "coverage": "make coverage"
+ "coverage": "make coverage",
+ "lint": "eslint src"
},
"dependencies": {
42
"aliyun-oss-upload-stream": "1.3.0",
0 commit comments