Ensure public directory exists

This commit is contained in:
lukasmartinelli
2016-11-25 13:40:56 +01:00
parent d5b5261c1d
commit 0b695dee9a
+1
View File
@@ -15,6 +15,7 @@ before_install:
install: install:
- npm install - npm install
script: script:
- mkdir public
- npm run build - npm run build
- npm run lint - npm run lint
- npm run test - npm run test