Skip to content

Commit

Permalink
ci: make project command
Browse files Browse the repository at this point in the history
  • Loading branch information
MGREMY committed Oct 25, 2024
1 parent c13692a commit b5ac9ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
uses: ./.github/actions/setup

- name: Release new version 🛠
run: 'pnpm exec nx run flowbite-angular:semantic-release --dryRun'
run: pnpm lib:release
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"preinstall": "pnpm dlx only-allow pnpm",
"lib:build": "nx run flowbite-angular:build && cp README.md LICENSE dist/libs/flowbite-angular",
"lib:lint": "nx run flowbite-angular:lint",
"lib:release": "nx run flowbite-angular:semantic-release --dryRun",
"lib:test": "nx run flowbite-angular:test",
"prepare": "husky install",
"prettier": "nx format:check --base=HEAD",
Expand Down Expand Up @@ -111,3 +112,4 @@
}
}
}

0 comments on commit b5ac9ad

Please sign in to comment.