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 c4640db commit f8ead24Copy full SHA for f8ead24
package.json
@@ -7,9 +7,8 @@
7
"src"
8
],
9
"scripts": {
10
- "ci": "npm run lint && npm run commitlint",
11
- "commitlint": "if [ \"$CI\" != '' ]; then node .; else commitlint --from HEAD; fi",
12
- "lint": "eslint .",
+ "ci": "npm run lint",
+ "lint": "eslint . && node . --if-ci",
13
"prepublishOnly": "if [ \"$CI\" = '' ]; then node -p 'JSON.parse(process.env.npm_package_config_manualPublishMessage)'; exit 1; fi",
14
"test": "echo \"Error: no test specified\" && exit 1",
15
"semantic-release": "semantic-release"
0 commit comments