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 e0c8042 commit b177e0eCopy full SHA for b177e0e
package.json
@@ -44,8 +44,8 @@
44
"test": "nyc npm run -s test:_mocha",
45
"test:ci": "nyc npm run -s test:_mocha",
46
"test:_mocha": "_mocha \"tests/lib/**/*.js\" --reporter progress --timeout 4000",
47
- "preversion": "npm t && npm run -s build",
48
- "version": "eslint lib/rules --fix && git add lib/rules",
+ "preversion": "npm test",
+ "version": "npm run -s build && eslint lib/rules --fix && git add .",
49
"postversion": "git push && git push --tags",
50
"watch": "npm run test:_mocha -- --watch --growl"
51
},
0 commit comments