adjust npm scripts

master
Conduitry 5 years ago
parent ff6fbcd84b
commit 0730925c8c

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

Loading…
Cancel
Save