chore: fix yarn dev

This commit is contained in:
Guillaume Chau
2020-10-17 21:30:06 +02:00
parent 9636112cfd
commit ccfec4476c
+2 -2
View File
@@ -28,8 +28,8 @@
"dist"
],
"scripts": {
"dev": "tsc --watch --outFile dist/vue-apollo-composable.js",
"build": "tsc --outFile dist/vue-apollo-composable.js && tsc -m es2015 ",
"dev": "tsc --watch -m es2015",
"build": "tsc --outFile dist/vue-apollo-composable.js && tsc -m es2015",
"prepublishOnly": "yarn test && yarn build",
"test": "yarn test:lint && yarn test:types",
"test:lint": "eslint . --ext .js,.ts",