Skip to content

Commit

Permalink
chore: remove unused lerna option
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Nov 10, 2023
1 parent 477cc49 commit 97e84eb
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 @@ -37,9 +37,9 @@
"prettier:write": "prettier --write **/*.{js,ts,yml,json}",
"ci:lint": "eslint . --ext .ts -c .eslintrc.json --no-eslintrc --ignore-path .gitignore",
"lint": "eslint . --ext .ts -c .eslintrc.json --no-eslintrc --ignore-path .gitignore --cache --cache-location ./node_modules/.cache/eslint",
"preview:version": "lerna version --no-private --dry-run",
"preview:version": "lerna version --dry-run",
"preview:publish": "lerna publish from-package --dry-run",
"new-version": "lerna version --no-private",
"new-version": "lerna version",
"new-publish": "lerna publish from-package",
"preroll-new-release": "echo Please update getting-started lib version before pushing release. ⚠️",
"roll-new-release": "pnpm build && pnpm new-version && pnpm new-publish",
Expand Down

0 comments on commit 97e84eb

Please sign in to comment.