Skip to content

Commit ea4e642

Browse files
committed
debug frontend travis
1 parent 9ec35d8 commit ea4e642

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ install: true
3333

3434
script:
3535
- set -e
36-
- cd frontend && yarn && yarn run build
36+
- cd frontend && yarn && pwd && ls node_modules/.bin && yarn run build
3737
- cd ../frontend-webjars && mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
3838
- cd ../backend && mvn package -DskipTests=true -Dmaven.javadoc.skip=true -B -V
3939
- cd .. && docker build -f Dockerfile -t $REPO:$COMMIT .

0 commit comments

Comments
 (0)