Skip to content

Commit

Permalink
fix(build): removing single quotes on cpy for windows shell (ReactToo…
Browse files Browse the repository at this point in the history
  • Loading branch information
jafin committed Sep 14, 2020
1 parent c172a94 commit 9c280af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -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"
},
Expand Down Expand Up @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 9c280af

Please sign in to comment.