Skip to content

Commit 347c179

Browse files
authored
Merge pull request #888 from jhipster/remove-npmw-override
chore: Remove npmw override at blueprint level
2 parents a335b17 + a99cb2b commit 347c179

File tree

5 files changed

+2
-44
lines changed

5 files changed

+2
-44
lines changed

.github/workflows/applications-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
- name: Frontend - Unit tests
100100
run: |
101101
cd "$HOME/svelte-app"
102-
npm run test -- --coverage
102+
./npmw run test -- --coverage
103103
- name: Maven - Package application
104104
if: contains(matrix.apps , 'maven')
105105
run: |

.github/workflows/applications.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
- name: Frontend - Unit tests
9595
run: |
9696
cd "$HOME/svelte-app"
97-
docker run --rm -v $PWD:/app --entrypoint npm jhipster/svelte-hipster test -- --coverage
97+
docker run --rm -v $PWD:/app --entrypoint ./npmw jhipster/svelte-hipster test -- --coverage
9898
- name: Maven - Package application
9999
if: contains(matrix.apps , 'maven')
100100
run: |

generators/server/files.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,6 @@ const commonFiles = {
33
{
44
templates: ['src/main/resources/banner.txt'],
55
},
6-
{
7-
condition: generator => generator.buildTool === 'maven',
8-
templates: [
9-
{ file: 'npmw', method: 'copy', noEjs: true },
10-
{ file: 'npmw.cmd', method: 'copy', noEjs: true },
11-
],
12-
},
136
],
147
};
158

generators/server/templates/npmw

Lines changed: 0 additions & 18 deletions
This file was deleted.

generators/server/templates/npmw.cmd

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)