mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-12-26 17:40:37 +01:00
Create public dir directly in appveyor
This commit is contained in:
parent
fd0b3b519f
commit
31a8b5d7c1
2 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue