Skip to content

Commit

Permalink
Create public dir directly in appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasmartinelli committed Nov 23, 2016
1 parent fd0b3b5 commit 31a8b5d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions appveyor.yml
Expand Up @@ -5,6 +5,7 @@ environment:
- nodejs_version: "6.1"
install:
- ps: Install-Product node $env:nodejs_version
- md public
- npm install
build_script:
- npm run build
Expand Down
Empty file removed public/.gitkeep
Empty file.

0 comments on commit 31a8b5d

Please sign in to comment.