Skip to content

Commit

Permalink
fixed npm script
Browse files Browse the repository at this point in the history
  • Loading branch information
keiya01 committed Aug 21, 2020
1 parent e79b920 commit 8f0751b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-performance-testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"test": "jest --runInBand",
"build": "rollup -c rollup.config.js",
"cp:readme": "cp ../../README.md .",
"prepublish": "cp:readme && yarn test && yarn build"
"prepublish": "yarn cp:readme && yarn test && yarn build"
},
"dependencies": {
"@types/react-native": "^0.63.8",
Expand Down

0 comments on commit 8f0751b

Please sign in to comment.