feat: removed if check for release

This commit is contained in:
Brian Pooe 2023-06-16 13:39:58 +02:00
parent e1299e9931
commit 5b349e5599
2 changed files with 1 additions and 2 deletions

View file

@ -23,7 +23,6 @@ jobs:
- run: npx nx affected -t build --parallel=3
- name: Publish
if: ${{ success() && (github.event_name != 'pull_request' || github.event.action == 'closed' && github.event.pull_request.merged == true) }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

View file

@ -1,5 +1,5 @@
module.exports = {
'{libs,tools,.github}/**/*.{ts,js,json,md,html,css,scss,yml,yaml}': [
'{libs,apps, tools, .github}/**/*.{ts,js,json,md,html,css,scss,yml,yaml}': [
'nx affected --target typecheck --uncommitted',
'nx affected --target lint --uncommitted --fix true',
'nx affected --target test --uncommitted',