Skip to content

Commit

Permalink
build: format all during release
Browse files Browse the repository at this point in the history
  • Loading branch information
twittwer committed Jan 27, 2024
1 parent 8a811d6 commit 74bcc10
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/compodoc/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"commands": [
"npm run local-registry enable",
"nx run compodoc:version:local",
"nx format",
"nx format --all",
"nx run compodoc:build",
"npm publish dist/packages/compodoc --access public --tag latest"
]
Expand All @@ -94,7 +94,7 @@
"commands": [
"npm run local-registry disable",
"nx run compodoc:version:beta",
"nx format",
"nx format --all",
"nx run compodoc:build",
"npm publish dist/packages/compodoc --access public --tag beta"
]
Expand All @@ -103,7 +103,7 @@
"commands": [
"npm run local-registry disable",
"nx run compodoc:version:remote",
"nx format",
"nx format --all",
"nx run compodoc:build",
"npm publish dist/packages/compodoc --access public --tag latest"
]
Expand Down

0 comments on commit 74bcc10

Please sign in to comment.