diff --git a/package.json b/package.json index 437d127..e6ece7f 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,8 @@ "scripts": { "build": "ncc build index.js -o dist", "test": "jest --config=jest.config.js", - "lint": "eslint --fix ." + "lint": "eslint --fix .", + "all": "eslint --fix . && jest --config=jest.config.js && ncc build index.js -o dist" }, "author": "", "license": "ISC",