Run test before compile

This commit is contained in:
Alvaro Jose
2021-08-17 09:13:33 +02:00
committed by GitHub
parent 2498a9f3f2
commit a8f4b48334

View File

@@ -7,7 +7,7 @@
"lint": "eslint .",
"prepare": "ncc build index.js -o dist --source-map --license licenses.txt",
"test": "jest",
"all": "npm run lint && npm run prepare && npm run test"
"all": "npm run lint && npm run test && npm run prepare"
},
"repository": {
"type": "git",