Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Codecrew
/
Moya
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
30
Merge Requests
2
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit b5efea8e
authored
Apr 01, 2018
by
Tuomas Riihimäki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add angular tests to maven lifecycle
1 parent
1cbc86e7
Pipeline
#46
passed
in 0 seconds
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
code/moya-angular/package.json
code/moya-angular/pom.xml
code/moya-angular/package.json
View file @
b5efea8
...
...
@@ -10,6 +10,7 @@
"aot"
:
"ng build --aot"
,
"test"
:
"ng test"
,
"lint"
:
"ng lint"
,
"test-n-build"
:
"ng lint && ng test && ng build"
,
"e2e"
:
"ng e2e"
,
"version"
:
"ng version"
},
...
...
code/moya-angular/pom.xml
View file @
b5efea8
...
...
@@ -38,14 +38,12 @@
<npmVersion>
${js.npm.version}
</npmVersion>
</configuration>
</execution>
<execution>
<id>
npm install
</id>
<goals>
<goal>
npm
</goal>
</goals>
</execution>
<execution>
<id>
npm run build
</id>
<goals>
...
...
@@ -53,10 +51,9 @@
</goals>
<phase>
generate-resources
</phase>
<configuration>
<arguments>
run
build
</arguments>
<arguments>
run test-n-
build
</arguments>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment