Skip to content

Commit 9cc2f88

Browse files
committed
v17.0.3
1 parent d3b51b7 commit 9cc2f88

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/workflows/npm-publish.yml

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
registry-url: https://registry.npmjs.org/
3030
- run: npm ci
3131
- run: npm run build
32+
- run: npm run postbuild
3233
- run: cd dist/ngx-focus-entities && npm publish
3334
env:
3435
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-focus-entities",
3-
"version": "17.0.2",
3+
"version": "17.0.3",
44
"author": {
55
"email": "gilderic.deruette@kleegroup.com",
66
"name": "Gildéric Deruette"
@@ -20,7 +20,8 @@
2020
"scripts": {
2121
"ng": "ng",
2222
"start": "ng serve",
23-
"build": "ng build & copyfiles -f -V projects/ngx-focus-entities/schematics/migrations/*.json ./dist/ngx-focus-entities/schematics/migrations",
23+
"build": "ng build",
24+
"postbuild": "copyfiles -f -V projects/ngx-focus-entities/schematics/migrations/*.json ./dist/ngx-focus-entities/schematics/migrations",
2425
"watch": "ng build --watch --configuration development",
2526
"test": "ng test --no-watch --no-progress --browsers ChromeHeadless --code-coverage"
2627
},

projects/ngx-focus-entities/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-focus-entities",
3-
"version": "17.0.2",
3+
"version": "17.0.3",
44
"repository": "https://github.com/klee-contrib/ngx-focus-entities",
55
"license": "MIT",
66
"author": {

0 commit comments

Comments
 (0)