We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ec35d8 commit ea4e642Copy full SHA for ea4e642
.travis.yml
@@ -33,7 +33,7 @@ install: true
33
34
script:
35
- set -e
36
-- cd frontend && yarn && yarn run build
+- cd frontend && yarn && pwd && ls node_modules/.bin && yarn run build
37
- cd ../frontend-webjars && mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
38
- cd ../backend && mvn package -DskipTests=true -Dmaven.javadoc.skip=true -B -V
39
- cd .. && docker build -f Dockerfile -t $REPO:$COMMIT .
0 commit comments