Skip to content

Commit

Permalink
fix: migrate from npm to yarn remaining scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
scolladon committed Mar 22, 2022
1 parent dc5cdb5 commit 21e4693
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"test:debug": "node --inspect node_modules/.bin/jest",
"test:debug:break": "node --inspect-brk node_modules/.bin/jest",
"postpack": "rm -f oclif.manifest.json ; prettier --write README.md",
"postrelease": "npm run release:tags && npm run release:github",
"postrelease": "yarn release:tags && yarn release:github",
"prepack": "rm -rf lib && tsc -b && oclif-dev manifest && oclif-dev readme",
"prepare": "husky install",
"release": "standard-version --no-verify --commit-all",
Expand Down Expand Up @@ -111,4 +111,4 @@
"sfdc": {
"latestApiVersion": "54"
}
}
}

0 comments on commit 21e4693

Please sign in to comment.