Skip to content

Commit

Permalink
Update build step to use yarn instead of npm
Browse files Browse the repository at this point in the history
  • Loading branch information
mjackson committed Sep 24, 2019
1 parent 8f49b02 commit 01ac3d7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/react-router-config/package.json
Expand Up @@ -25,7 +25,7 @@
"scripts": {
"build": "rollup -c",
"lint": "eslint modules",
"prepublishOnly": "npm run build",
"prepublishOnly": "yarn build",
"test": "jest"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/react-router-dom/package.json
Expand Up @@ -38,7 +38,7 @@
"scripts": {
"build": "rollup -c",
"lint": "eslint modules",
"prepublishOnly": "npm run build",
"prepublishOnly": "yarn build",
"test": "jest"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/react-router/package.json
Expand Up @@ -34,7 +34,7 @@
"scripts": {
"build": "rollup -c",
"lint": "eslint modules",
"prepublishOnly": "npm run build",
"prepublishOnly": "yarn build",
"test": "jest"
},
"peerDependencies": {
Expand Down

0 comments on commit 01ac3d7

Please sign in to comment.