|
18 | 18 | "postversion": "npm publish",
|
19 | 19 | "postpublish": "npm run syn && git push --follow-tags",
|
20 | 20 | "release": "git checkout master && npm run syn && npx standard-version && npm publish",
|
21 |
| - "tape": "npx nyc tape test/*test.js", |
22 |
| - "tapew": "npx onchange -i '**/*.js' -- npm run tape", |
| 21 | + "tape": "TEST=tape npx nyc tape test/*test.js", |
| 22 | + "tapew": "TEST=tape npx onchange -i '**/*.js' -- npm run tape", |
23 | 23 | "tap": "npx tap test/*test.js",
|
24 | 24 | "tapw": "npm run tap -- -w",
|
25 |
| - "ava": "TEST=ava npx nyc ava test/*test.js", |
26 |
| - "avaw": "TEST=ava npx ava test/*test.js -w", |
27 |
| - "ava-c8": "TEST=ava npx c8 ava test/*test.js", |
| 25 | + "ava": "npx nyc ava test/*test.js", |
| 26 | + "avaw": "npx ava test/*test.js -w", |
| 27 | + "ava-c8": "npx c8 ava test/*test.js", |
28 | 28 | "cov-tap": "npx tap test/*test.js --coverage-report=lcov",
|
29 |
| - "cov-ava": "TEST=ava npx c8 ava test/*test.js --coverage-report=lcov", |
| 29 | + "cov-ava": "npx c8 ava test/*test.js --coverage-report=lcov", |
30 | 30 | "rebcont": "git add . && git rebase --continue",
|
31 | 31 | "toc": "npx markdown-toc DOCUMENTATION.md > toc",
|
32 | 32 | "doc": "npx documentation build 'index.js' -f html -o auto-docs --github",
|
|
0 commit comments