Skip to content

Commit

Permalink
add leak test on prepublish
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed Jul 9, 2017
1 parent dee8f85 commit 0b77142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -23,7 +23,7 @@
"watch": "rollup -c -w",
"watch:browser": "rollup -c rollup.config.browser.js -w",
"watch:cli": "rollup -c rollup.config.cli.js -w",
"prepublish": "npm run lint && npm test && npm run build:browser",
"prepublish": "npm run lint && npm test && npm run test:leak && npm run build:browser",
"lint": "eslint src browser test/test.js test/utils test/**/_config.js"
},
"repository": "rollup/rollup",
Expand Down

0 comments on commit 0b77142

Please sign in to comment.