Skip to content

Commit 9645dd2

Browse files
authored
Merge pull request #14 from WebFuzzing/fixing-mac
Fixing mac
2 parents d5b6afa + 46276fd commit 9645dd2

File tree

5 files changed

+3264
-1025
lines changed

5 files changed

+3264
-1025
lines changed

pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,14 +220,15 @@
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>

web-report/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)