Ensure public directory exists

This commit is contained in:
lukasmartinelli 2016-11-25 13:40:56 +01:00 committed by Lukas Martinelli
parent 02a7ccf831
commit f7fabd1bc8

View file

@ -15,6 +15,7 @@ before_install:
install:
- npm install
script:
- mkdir public
- npm run build
- npm run lint
- npm run test