File tree Expand file tree Collapse file tree 5 files changed +3264
-1025
lines changed Expand file tree Collapse file tree 5 files changed +3264
-1025
lines changed Original file line number Diff line number Diff line change 220
220
<version >3.1.0</version >
221
221
<executions >
222
222
<execution >
223
- <id >yarn install build</id >
223
+ <id >npm install build</id >
224
224
<phase >generate-resources</phase >
225
225
<goals >
226
226
<goal >exec</goal >
227
227
</goals >
228
228
<configuration >
229
- <executable >yarn </executable >
229
+ <executable >npm </executable >
230
230
<arguments >
231
+ <argument >run</argument >
231
232
<argument >installAndBuild</argument >
232
233
</arguments >
233
234
<workingDirectory >${project.basedir} /web-report</workingDirectory >
Original file line number Diff line number Diff line change @@ -72,5 +72,5 @@ This will build the project and copy static test files from `tests/static` direc
72
72
- ` build ` - Build for production
73
73
- ` preview ` - Preview production build
74
74
- ` lint ` - Run ESLint
75
- - ` installAndBuild ` - Install dependencies, run tests and build (Yarn only)
75
+ - ` installAndBuild ` - Install dependencies, run tests and build
76
76
- ` debug ` - Build the project and run in debug mode using static test files from ` tests/static ` directory
You can’t perform that action at this time.
0 commit comments