Skip to content

Commit 9c280af

Browse files
authored
fix(build): removing single quotes on cpy for windows shell (#632)
1 parent c172a94 commit 9c280af

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"start": "npm-run-all clean build:watch",
2323
"gh-pages": "gh-pages -d example",
2424
"github-changes": "github-changes -o wwayne -r react-tooltip -a --only-pulls --use-commit-body",
25-
"copy:types": "cpy './react-tooltip.d.ts' './dist' --parents --dot",
25+
"copy:types": "cpy ./react-tooltip.d.ts ./dist --parents --dot",
2626
"cm": "git cz",
2727
"semantic-release": "semantic-release"
2828
},
@@ -89,7 +89,7 @@
8989
"chai-spies": "^1.0.0",
9090
"commitizen": "2.9.6",
9191
"concurrently": "^2.1.0",
92-
"cpy-cli": "^3.1.0",
92+
"cpy-cli": "^3.1.1",
9393
"cz-conventional-changelog": "^3.1.0",
9494
"enzyme": "^2.3.0",
9595
"enzyme-adapter-react-16": "^1.15.2",
@@ -106,8 +106,8 @@
106106
"eslint-plugin-standard": "^4.0.1",
107107
"gh-pages": "1.1.0",
108108
"github-changes": "^1.1.2",
109-
"husky": "^3.1.0",
110109
"http-server": "^0.11.1",
110+
"husky": "^3.1.0",
111111
"ignore-styles": "5.0.1",
112112
"jsdom": "^9.2.1",
113113
"lint-staged": "^10.2.7",

0 commit comments

Comments
 (0)