From 9c280af1bd651de42cd6d4417169db84534ba4ab Mon Sep 17 00:00:00 2001 From: Jason Finch Date: Mon, 14 Sep 2020 22:35:09 +1000 Subject: [PATCH] fix(build): removing single quotes on cpy for windows shell (#632) --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 6dedf65ba..193c7a4fd 100755 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "start": "npm-run-all clean build:watch", "gh-pages": "gh-pages -d example", "github-changes": "github-changes -o wwayne -r react-tooltip -a --only-pulls --use-commit-body", - "copy:types": "cpy './react-tooltip.d.ts' './dist' --parents --dot", + "copy:types": "cpy ./react-tooltip.d.ts ./dist --parents --dot", "cm": "git cz", "semantic-release": "semantic-release" }, @@ -89,7 +89,7 @@ "chai-spies": "^1.0.0", "commitizen": "2.9.6", "concurrently": "^2.1.0", - "cpy-cli": "^3.1.0", + "cpy-cli": "^3.1.1", "cz-conventional-changelog": "^3.1.0", "enzyme": "^2.3.0", "enzyme-adapter-react-16": "^1.15.2", @@ -106,8 +106,8 @@ "eslint-plugin-standard": "^4.0.1", "gh-pages": "1.1.0", "github-changes": "^1.1.2", - "husky": "^3.1.0", "http-server": "^0.11.1", + "husky": "^3.1.0", "ignore-styles": "5.0.1", "jsdom": "^9.2.1", "lint-staged": "^10.2.7",