Skip to content

Commit

Permalink
deps(dev): use tap-arc
Browse files Browse the repository at this point in the history
  • Loading branch information
ungoldman committed Apr 14, 2022
1 parent e5e5b65 commit fad6563
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"sitedown": "^5.0.0",
"snazzy": "^9.0.0",
"standard": "^16.0.2",
"tap-arc": "^0.3.4",
"tape": "^5.0.1",
"tmp": "v0.2.1"
},
Expand Down Expand Up @@ -78,7 +79,7 @@
"site:clean": "rm -rf site",
"site:html": "sitedown -b site -l docs/layout.html",
"site:img": "cp *.png site/",
"start": "npm-run-all site --parallel serve:*",
"test": "tape test/*.js"
"start": "run-s site serve",
"test": "tape test/*.js | tap-arc"
}
}

0 comments on commit fad6563

Please sign in to comment.