diff --git a/package.json b/package.json index cacace1..e210520 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "lint:fix": "yarn lint --fix", "prettify": "prettier \"**/*.{ts,tsx,graphql,md}\" --write", "qa": "tsc --noEmit && yarn test --coverage && yarn lint && yarn format", - "prepack": "yarn build && cpy ./dist/mjs/**/*.d.ts ." + "prepack": "yarn build && cpy \"./dist/mjs/**/*.d.ts\" ." }, "exports": { ".": {