We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 404d433 commit e7c3ec4Copy full SHA for e7c3ec4
package.json
@@ -9,7 +9,8 @@
9
"test": "nyc npm run test:base -- \"tests/integrations/*.js\" --timeout 60000",
10
"lint": "eslint . --rulesdir eslint-internal-rules",
11
"pretest": "npm run lint",
12
- "preversion": "npm run update && npm test",
+ "preversion": "npm test && npm run update && git add .",
13
+ "version": "npm run lint -- --fix && git add .",
14
"update": "node ./tools/update.js"
15
},
16
"files": [
0 commit comments