Merge pull request #136 from kanekotic/main

Run test before compile
This commit is contained in:
Nick Alteen
2023-09-14 10:55:55 -04:00
committed by GitHub

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",