mirror of
https://github.com/jlengrand/push-adyen-collections-to-postman-javascript-action.git
synced 2026-03-10 08:41:23 +00:00
Adding Husky to avoid forgetting to build GitHub action
This commit is contained in:
@@ -6,7 +6,8 @@
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"local": "node localRun.js",
|
||||
"build": "ncc build index.js --license licenses.txt"
|
||||
"build": "ncc build index.js --license licenses.txt",
|
||||
"prepare": "husky install"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -24,5 +25,8 @@
|
||||
"@actions/github": "^5.1.1",
|
||||
"@vercel/ncc": "^0.36.1",
|
||||
"dotenv": "^16.0.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"husky": "^8.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user