added npm test to container build
This commit is contained in:
parent
72151dc162
commit
a6ac3b8940
2 changed files with 4 additions and 1 deletions
|
@ -104,6 +104,9 @@ RUN cd grunt && npm install
|
|||
# Run grunt
|
||||
RUN cd grunt && grunt
|
||||
|
||||
# Run front-end tests
|
||||
RUN npm test
|
||||
|
||||
# Optimize our images
|
||||
ADD static/img static/img
|
||||
RUN jpegoptim static/img/**/*.jpg
|
||||
|
|
Reference in a new issue