diff --git a/package.json b/package.json index 9035601..8e0624a 100644 --- a/package.json +++ b/package.json @@ -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",