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