Add delete event and husky lib
This commit is contained in:
@@ -8,7 +8,8 @@
|
||||
"deploy": "strapi deploy",
|
||||
"develop": "strapi develop --debug",
|
||||
"start": "strapi start",
|
||||
"strapi": "strapi"
|
||||
"strapi": "strapi",
|
||||
"prepare": "husky install"
|
||||
},
|
||||
"dependencies": {
|
||||
"@strapi/plugin-cloud": "5.8.1",
|
||||
@@ -30,6 +31,7 @@
|
||||
"@types/node": "^20",
|
||||
"@types/react": "^18",
|
||||
"@types/react-dom": "^18",
|
||||
"husky": "^9.1.7",
|
||||
"typescript": "^5"
|
||||
},
|
||||
"engines": {
|
||||
|
||||
Reference in New Issue
Block a user