Create public dir directly in appveyor

This commit is contained in:
lukasmartinelli 2016-11-23 21:06:56 +01:00
parent fd0b3b519f
commit 31a8b5d7c1
2 changed files with 1 additions and 0 deletions

View file

@ -5,6 +5,7 @@ environment:
- nodejs_version: "6.1" - nodejs_version: "6.1"
install: install:
- ps: Install-Product node $env:nodejs_version - ps: Install-Product node $env:nodejs_version
- md public
- npm install - npm install
build_script: build_script:
- npm run build - npm run build

View file