diff --git a/package.json b/package.json index ff53c07..c4f0e12 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,7 @@ "lint": "eslint src/**/*.ts", "build": "ncc build src/main.ts --out dist/main --source-map && ncc build src/post.ts --out dist/post --source-map", "test": "jest", + "check": "npm run format && npm run lint", "all": "npm run format && npm run lint && npm run build && npm test" }, "repository": {