Fix build scripts
This commit is contained in:
@@ -23,7 +23,7 @@
|
|||||||
"jest": "^25.5.2"
|
"jest": "^25.5.2"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "babel src -d dist",
|
"build": "babel src -d .",
|
||||||
"prepare": "cross-env NODE_ENV=production npm run build",
|
"prepare": "cross-env NODE_ENV=production npm run build",
|
||||||
"watch": "babel -w src --out-dir . --ignore **/__tests__"
|
"watch": "babel -w src --out-dir . --ignore **/__tests__"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -26,7 +26,7 @@
|
|||||||
"jest": "^25.5.2"
|
"jest": "^25.5.2"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "babel src -d dist",
|
"build": "babel src -d .",
|
||||||
"prepare": "cross-env NODE_ENV=production npm run build",
|
"prepare": "cross-env NODE_ENV=production npm run build",
|
||||||
"watch": "babel -w src --out-dir . --ignore **/__tests__",
|
"watch": "babel -w src --out-dir . --ignore **/__tests__",
|
||||||
"test": "jest"
|
"test": "jest"
|
||||||
|
|||||||
@@ -29,7 +29,7 @@
|
|||||||
"prettier": "^2.0.5"
|
"prettier": "^2.0.5"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "babel src -d dist",
|
"build": "babel src -d .",
|
||||||
"prepare": "cross-env NODE_ENV=production npm run build",
|
"prepare": "cross-env NODE_ENV=production npm run build",
|
||||||
"watch": "babel -w src --out-dir . --ignore **/__tests__",
|
"watch": "babel -w src --out-dir . --ignore **/__tests__",
|
||||||
"test": "jest"
|
"test": "jest"
|
||||||
|
|||||||
@@ -26,7 +26,7 @@
|
|||||||
"jest": "^25.5.2"
|
"jest": "^25.5.2"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "babel src -d dist",
|
"build": "babel src -d .",
|
||||||
"prepare": "cross-env NODE_ENV=production npm run build",
|
"prepare": "cross-env NODE_ENV=production npm run build",
|
||||||
"watch": "babel -w src --out-dir . --ignore **/__tests__",
|
"watch": "babel -w src --out-dir . --ignore **/__tests__",
|
||||||
"test": "jest"
|
"test": "jest"
|
||||||
@@ -41,4 +41,4 @@
|
|||||||
"medusa-test-utils": "^0.3.0",
|
"medusa-test-utils": "^0.3.0",
|
||||||
"redis": "^3.0.2"
|
"redis": "^3.0.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user