Skip to content

Commit

Permalink
chore(package) posinstall -> prepare
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed May 4, 2021
1 parent 4b6cfe5 commit 42a74f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .madrun.mjs
Expand Up @@ -29,6 +29,6 @@ export default {
'fix:lint:slow': () => 'lerna run --no-bail fix:lint',
'bootstrap': () => 'lerna bootstrap',
'report': () => `c8 report --reporter=lcov`,
'postinstall': () => 'husky install',
'prepare': () => 'husky install',
};

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -27,7 +27,7 @@
"fix:lint:slow": "madrun fix:lint:slow",
"bootstrap": "madrun bootstrap",
"report": "madrun report",
"postinstall": "madrun postinstall"
"prepare": "madrun prepare"
},
"devDependencies": {
"c8": "^7.3.5",
Expand Down

0 comments on commit 42a74f3

Please sign in to comment.