fix(medusa): test, build and watch scripts (#3025)
This commit is contained in:
committed by
GitHub
parent
f6ec05f3f9
commit
93d0dc1bdc
@@ -27,10 +27,10 @@
|
||||
"medusa-test-utils": "^1.1.37"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "babel src -d .",
|
||||
"prepare": "cross-env NODE_ENV=production yarn run build",
|
||||
"watch": "babel -w src --out-dir .",
|
||||
"test": "jest --passWithNoTests"
|
||||
"test": "jest --passWithNoTests src",
|
||||
"build": "babel src --out-dir . --ignore '**/__tests__','**/__mocks__'",
|
||||
"watch": "babel -w src --out-dir . --ignore '**/__tests__','**/__mocks__'"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"medusa-interfaces": "1.3.3"
|
||||
|
||||
Reference in New Issue
Block a user