Fix build scripts

This commit is contained in:
Sebastian Rindom
2020-08-20 13:40:53 +02:00
parent b826bab1ee
commit 211b7b2e05
4 changed files with 5 additions and 5 deletions

View File

@@ -23,7 +23,7 @@
"jest": "^25.5.2"
},
"scripts": {
"build": "babel src -d dist",
"build": "babel src -d .",
"prepare": "cross-env NODE_ENV=production npm run build",
"watch": "babel -w src --out-dir . --ignore **/__tests__"
},

View File

@@ -26,7 +26,7 @@
"jest": "^25.5.2"
},
"scripts": {
"build": "babel src -d dist",
"build": "babel src -d .",
"prepare": "cross-env NODE_ENV=production npm run build",
"watch": "babel -w src --out-dir . --ignore **/__tests__",
"test": "jest"

View File

@@ -29,7 +29,7 @@
"prettier": "^2.0.5"
},
"scripts": {
"build": "babel src -d dist",
"build": "babel src -d .",
"prepare": "cross-env NODE_ENV=production npm run build",
"watch": "babel -w src --out-dir . --ignore **/__tests__",
"test": "jest"

View File

@@ -26,7 +26,7 @@
"jest": "^25.5.2"
},
"scripts": {
"build": "babel src -d dist",
"build": "babel src -d .",
"prepare": "cross-env NODE_ENV=production npm run build",
"watch": "babel -w src --out-dir . --ignore **/__tests__",
"test": "jest"
@@ -41,4 +41,4 @@
"medusa-test-utils": "^0.3.0",
"redis": "^3.0.2"
}
}
}