mirror of
https://github.com/scratchfoundation/scratch-audio.git
synced 2024-12-22 14:02:29 -05:00
add tap script to package.json
This commit is contained in:
parent
841b029d7f
commit
26e972a62d
1 changed files with 2 additions and 1 deletions
|
@ -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": {
|
||||
|
|
Loading…
Reference in a new issue