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 220220 <version >3.1.0</version >
221221 <executions >
222222 <execution >
223- <id >yarn install build</id >
223+ <id >npm install build</id >
224224 <phase >generate-resources</phase >
225225 <goals >
226226 <goal >exec</goal >
227227 </goals >
228228 <configuration >
229- <executable >yarn </executable >
229+ <executable >npm </executable >
230230 <arguments >
231+ <argument >run</argument >
231232 <argument >installAndBuild</argument >
232233 </arguments >
233234 <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
7272- ` build ` - Build for production
7373- ` preview ` - Preview production build
7474- ` lint ` - Run ESLint
75- - ` installAndBuild ` - Install dependencies, run tests and build (Yarn only)
75+ - ` installAndBuild ` - Install dependencies, run tests and build
7676- ` 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