1
Fork 0

adjust npm scripts

This commit is contained in:
Conduitry 2018-04-03 11:54:46 -04:00
parent ff6fbcd84b
commit 0730925c8c
1 changed files with 3 additions and 1 deletions

View File

@ -33,6 +33,8 @@
}, },
"scripts": { "scripts": {
"build": "rollup -c", "build": "rollup -c",
"test": "npm run build && node test.js" "pretest": "npm run build",
"test": "node test.js",
"prepublishOnly": "npm test"
} }
} }