Skip to content

Commit

Permalink
build: use pnpm for release scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
mattlewis92 committed Dec 11, 2022
1 parent 11dedca commit a75a077
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 @@ -13,9 +13,9 @@
"lint": "ng lint",
"commit": "git-cz",
"compodoc": "compodoc -p tsconfig-compodoc.json -d dist/demo/docs --disableGraph --disableCoverage --disablePrivate --disableInternal --disableLifeCycleHooks --disableProtected",
"prerelease": "npm test",
"prerelease": "pnpm test",
"release:git": "standard-version && git push --follow-tags origin main",
"release:npm": "pnpm build:lib && npm publish dist/angular-draggable-droppable",
"release:npm": "pnpm build:lib && pnpm publish dist/angular-draggable-droppable",
"release": "pnpm release:git && pnpm release:npm",
"postrelease": "pnpm gh-pages",
"gh-pages": "pnpm build:clean && pnpm build:demo && pnpm compodoc && ng deploy && pnpm build:clean",
Expand Down

0 comments on commit a75a077

Please sign in to comment.