We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64af5e8 commit 2c0a067Copy full SHA for 2c0a067
package.json
@@ -6,13 +6,15 @@
6
"scripts": {
7
"docs": "docks --outfile .verb.md && verb",
8
"lint": "eslint '**/*.js' --cache --fix --quiet --format codeframe",
9
+ "test-only": "asia -r esm",
10
"test": "nyc asia",
- "commit": "yarn lint && yarn test && yarn dry",
11
- "dry": "git add -A && git status --porcelain && gitcommit -sS",
+ "precommit": "yarn run lint && yarn run test-only",
12
+ "commit": "yarn dry",
13
+ "dry": "git add -A && git status --porcelain && gitcommit",
14
"release": "node cli.js"
15
},
16
"engines": {
- "node": "^8.11.0 || >=10.13.0"
17
+ "node": "^8.10.0 || >=10.13.0"
18
19
"dependencies": {
20
"@tunnckocore/execa": "^2.1.2",
0 commit comments