Skip to content

Commit

Permalink
build: remove redundant readme copy
Browse files Browse the repository at this point in the history
  • Loading branch information
jonelantha committed Jun 18, 2021
1 parent 7b592b5 commit a987075
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/react-responsive-pagination/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@
"start": "rimraf lib/ && tsc --project ./tsconfig/dev.json --watch",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint --ext .ts --ext .tsx src",
"prepublishOnly": "yarn copy-readme && yarn build",
"copy-readme": "cp '../../README.md' .",
"prepublishOnly": "yarn build",
"release": "semantic-release",
"previewReleaseNotes": "semantic-release --dry-run"
},
Expand Down

0 comments on commit a987075

Please sign in to comment.