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 df59725 commit 9ea8ac1Copy full SHA for 9ea8ac1
package.json
@@ -11,7 +11,7 @@
11
"test": "./node_modules/mocha/bin/mocha.js --recursive test/unit",
12
"test-integration": "./node_modules/mocha/bin/mocha.js --timeout 5s test/functional/*.js",
13
"lint": "./node_modules/eslint/bin/eslint.js lib/ test/",
14
- "release": "standard-version"
+ "lint-fix": "./node_modules/eslint/bin/eslint.js lib/ test/ --fix"
15
},
16
"repository": {
17
"type": "git",
0 commit comments