From 26e972a62d1c0cd380d31487b6cda118829082c0 Mon Sep 17 00:00:00 2001 From: "Michael \"Z\" Goddard" Date: Fri, 8 Jun 2018 11:18:05 -0400 Subject: [PATCH] add tap script to package.json --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index a19c742..2bd8606 100644 --- a/package.json +++ b/package.json @@ -5,10 +5,11 @@ "main": "dist.js", "browser": "./src/index.js", "scripts": { - "test": "npm run lint && npm run build", + "test": "npm run lint && npm run tap && npm run build", "build": "webpack --bail", "watch": "webpack --watch", "lint": "eslint .", + "tap": "tap test/effects/*.js test/*.js", "prepublish": "npm run build" }, "repository": {