mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
Remove preuninstall script
This commit is contained in:
parent
eeb8b8a68c
commit
5bc121885e
@ -55,8 +55,7 @@
|
||||
"docs": "node scripts/generate-readme.js",
|
||||
"simple-integration-test": "jest --maxWorkers=5 simple-suite",
|
||||
"complex-integration-test": "jest --maxWorkers=5 integration",
|
||||
"postinstall": "node ./scripts/postinstall.js",
|
||||
"preuninstall": "node ./scripts/preuninstall.js"
|
||||
"postinstall": "node ./scripts/postinstall.js"
|
||||
},
|
||||
"jest": {
|
||||
"testRegex": "(\\.|/)(tests)\\.js$",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user