add tap script to package.json

This commit is contained in:
Michael "Z" Goddard 2018-06-08 11:18:05 -04:00
parent 841b029d7f
commit 26e972a62d
No known key found for this signature in database
GPG key ID: 762CD40DD5349872

View file

@ -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": {