Skip to content

Commit 0af69f1

Browse files
committed
Use cpy-cli instead of cp
1 parent d27666a commit 0af69f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/generator-react-server/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
},
3131
"devDependencies": {
3232
"ava": "^0.14.0",
33+
"cpy-cli": "^1.0.1",
3334
"nsp": "^2.3.3",
3435
"rimraf": "^2.5.2",
3536
"yeoman-assert": "^2.0.0",
@@ -38,7 +39,7 @@
3839
"repository": "redfin/react-server",
3940
"scripts": {
4041
"//": "Keep these in sync",
41-
"prepublish": "cp ../../.eslintrc generators/app/templates/_eslintrc",
42+
"prepublish": "cpy ../../.eslintrc generators/app/templates/_eslintrc",
4243
"test": "npm run ava && npm run lint && nsp check",
4344
"ava": "ava test --tap",
4445
"lint": "eslint generators/ test/",

0 commit comments

Comments
 (0)