Skip to content

Commit

Permalink
just run regular test script as snap script
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Mar 26, 2021
1 parent 315a921 commit 4f87466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -81,7 +81,7 @@
"license": "ISC",
"repository": "https://github.com/tapjs/node-tap.git",
"scripts": {
"snap": "bash scripts/snap.sh",
"snap": "node bin/run.js -M coverage-map.js",
"test": "node bin/run.js -M coverage-map.js",
"unit": "bash scripts/unit.sh",
"posttest": "rm -rf cli-tests-*",
Expand Down

0 comments on commit 4f87466

Please sign in to comment.