Skip to content

Commit

Permalink
v17.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gideruette committed Apr 30, 2024
1 parent d3b51b7 commit 9cc2f88
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-focus-entities",
"version": "17.0.2",
"version": "17.0.3",
"author": {
"email": "[email protected]",
"name": "Gildéric Deruette"
Expand All @@ -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"
},
Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-focus-entities/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 9cc2f88

Please sign in to comment.