We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d27666a commit 0af69f1Copy full SHA for 0af69f1
packages/generator-react-server/package.json
@@ -30,6 +30,7 @@
30
},
31
"devDependencies": {
32
"ava": "^0.14.0",
33
+ "cpy-cli": "^1.0.1",
34
"nsp": "^2.3.3",
35
"rimraf": "^2.5.2",
36
"yeoman-assert": "^2.0.0",
@@ -38,7 +39,7 @@
38
39
"repository": "redfin/react-server",
40
"scripts": {
41
"//": "Keep these in sync",
- "prepublish": "cp ../../.eslintrc generators/app/templates/_eslintrc",
42
+ "prepublish": "cpy ../../.eslintrc generators/app/templates/_eslintrc",
43
"test": "npm run ava && npm run lint && nsp check",
44
"ava": "ava test --tap",
45
"lint": "eslint generators/ test/",
0 commit comments