Remove unused lint and test scripts

This commit is contained in:
Hani Mohammed
2020-09-25 19:09:36 +05:30
parent ea1602cf03
commit daa5009e94
+2 -7
View File
@@ -4,10 +4,7 @@
"description": "JavaScript Action Template",
"main": "index.js",
"scripts": {
"lint": "eslint .",
"prepare": "ncc build index.js -o dist --source-map",
"test": "jest",
"all": "npm run lint && npm run prepare && npm run test"
"prepare": "ncc build index.js -o dist --source-map"
},
"repository": {
"type": "git",
@@ -30,8 +27,6 @@
"@octokit/action": "^3.0.5"
},
"devDependencies": {
"@zeit/ncc": "^0.22.3",
"eslint": "^7.4.0",
"jest": "^26.1.0"
"@zeit/ncc": "^0.22.3"
}
}