mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-12-27 08:55:25 +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"
|
- 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
|
||||||
|
|
Loading…
Reference in a new issue