Skip to content

Commit

Permalink
fix: cp readme to moker package
Browse files Browse the repository at this point in the history
  • Loading branch information
hongaar committed Nov 24, 2022
1 parent 2eed766 commit 82666ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"build": "yarn clean && tsc",
"test": "jest",
"watch:build": "tsc --watch",
"watch:test": "jest --watch"
"watch:test": "jest --watch",
"postversion": "cp ../../README.md ."
},
"dependencies": {
"@mokr/core": "workspace:*",
Expand Down

0 comments on commit 82666ef

Please sign in to comment.