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
commit d17ac8ecc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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