From 9cc2f88b932bd13e7b5ace9f06b188c89350a1f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gild=C3=A9ric=20DERUETTE?= Date: Tue, 30 Apr 2024 16:35:11 +0200 Subject: [PATCH] v17.0.3 --- .github/workflows/npm-publish.yml | 1 + package.json | 5 +++-- projects/ngx-focus-entities/package.json | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index a565437..e5cf10a 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -29,6 +29,7 @@ jobs: registry-url: https://registry.npmjs.org/ - run: npm ci - run: npm run build + - run: npm run postbuild - run: cd dist/ngx-focus-entities && npm publish env: NODE_AUTH_TOKEN: ${{secrets.npm_token}} diff --git a/package.json b/package.json index 84912d7..209d597 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ngx-focus-entities", - "version": "17.0.2", + "version": "17.0.3", "author": { "email": "gilderic.deruette@kleegroup.com", "name": "Gildéric Deruette" @@ -20,7 +20,8 @@ "scripts": { "ng": "ng", "start": "ng serve", - "build": "ng build & copyfiles -f -V projects/ngx-focus-entities/schematics/migrations/*.json ./dist/ngx-focus-entities/schematics/migrations", + "build": "ng build", + "postbuild": "copyfiles -f -V projects/ngx-focus-entities/schematics/migrations/*.json ./dist/ngx-focus-entities/schematics/migrations", "watch": "ng build --watch --configuration development", "test": "ng test --no-watch --no-progress --browsers ChromeHeadless --code-coverage" }, diff --git a/projects/ngx-focus-entities/package.json b/projects/ngx-focus-entities/package.json index 509123d..4ee92ed 100644 --- a/projects/ngx-focus-entities/package.json +++ b/projects/ngx-focus-entities/package.json @@ -1,6 +1,6 @@ { "name": "ngx-focus-entities", - "version": "17.0.2", + "version": "17.0.3", "repository": "https://github.com/klee-contrib/ngx-focus-entities", "license": "MIT", "author": {