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 529b53a commit 7c535a9Copy full SHA for 7c535a9
package.json
@@ -8,7 +8,8 @@
8
"oc": "./dist/oc-cli.js"
9
},
10
"scripts": {
11
- "build": "tsc && node tasks/build.js",
+ "lint": "eslint src",
12
+ "build": "npm run lint && tsc && node tasks/build.js",
13
"git-stage-and-push": "node tasks/git-stage-and-push.js",
14
"npm-publish": "node tasks/npm-publish.js",
15
"publish-major": "npm run version-major && npm run test-silent && npm run git-stage-and-push && npm run npm-publish",
0 commit comments