feat: remove dead code and refactor the logic of resolving plugins (#10874)
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
"watch": "tsc --build --watch",
|
||||
"build": "rimraf dist && tsc --build",
|
||||
"serve": "node dist/app.js",
|
||||
"test": "jest --silent --bail --maxWorkers=50% --forceExit"
|
||||
"test": "jest --silent=false --bail --maxWorkers=50% --forceExit"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@medusajs/framework": "^2.2.0",
|
||||
|
||||
Reference in New Issue
Block a user