mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-12-27 09:15:29 +01:00
Ensure public directory exists
This commit is contained in:
parent
02a7ccf831
commit
f7fabd1bc8
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ before_install:
|
|||
install:
|
||||
- npm install
|
||||
script:
|
||||
- mkdir public
|
||||
- npm run build
|
||||
- npm run lint
|
||||
- npm run test
|
||||
|
|
Loading…
Reference in a new issue