mirror of
https://github.com/maputnik/editor.git
synced 2026-08-24 05:57:25 +00:00
Create public dir directly in appveyor
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user