Skip to content

Commit

Permalink
Fixing readme movearound scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
slutske22 committed May 19, 2021
1 parent c8054c8 commit 67f8826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"use:npmReadme": "mv 'README.md' 'git.README.md' && mv 'npm.README.md' 'README.md'",
"use:gitReadme": "mv 'README.md' 'npm.README.md' && mv 'git.README.md' 'README.md'",
"prepublishOnly": "run-s build use:npmReadme",
"prepublishOnly": "npm run use:npmReadme",
"postpublish": "npm run use:gitReadme"
},
"keywords": [
Expand Down

0 comments on commit 67f8826

Please sign in to comment.