mirror of
https://github.com/maputnik/editor.git
synced 2026-08-31 17:37:25 +00:00
Fix build warnings
This commit is contained in:
@@ -8,7 +8,7 @@ on:
|
||||
|
||||
jobs:
|
||||
build-docker:
|
||||
name: build/docker
|
||||
name: build docker
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
if: ${{ github.event_name == 'push' || github.event_name == 'pull_request' }}
|
||||
@@ -19,7 +19,7 @@ jobs:
|
||||
|
||||
# build the editor
|
||||
build-node:
|
||||
name: "build on (${{ matrix.os }})"
|
||||
name: "build on ${{ matrix.os }}"
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
if: ${{ github.event_name == 'push' || github.event_name == 'pull_request' }}
|
||||
@@ -45,7 +45,7 @@ jobs:
|
||||
|
||||
|
||||
build-artifacts:
|
||||
name: "build artifacts on ubuntu-latest"
|
||||
name: "build artifacts"
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.event_name == 'push' || github.event_name == 'pull_request' }}
|
||||
|
||||
@@ -109,7 +109,8 @@ jobs:
|
||||
name: maputnik-windows
|
||||
path: ./src/github.com/maputnik/desktop/bin/windows/
|
||||
|
||||
cypress-run:
|
||||
e2e-tests:
|
||||
name: "E2E tests using ${{ matrix.browser }}"
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
"name": "maputnik",
|
||||
"version": "2.0.0-pre.2",
|
||||
"description": "A MapLibre GL visual style editor",
|
||||
"type": "module",
|
||||
"main": "''",
|
||||
"scripts": {
|
||||
"start": "vite",
|
||||
|
||||
@@ -7,6 +7,9 @@ export default defineConfig({
|
||||
server: {
|
||||
port: 8888,
|
||||
},
|
||||
build: {
|
||||
sourcemap: true
|
||||
},
|
||||
plugins: [
|
||||
replace({
|
||||
preventAssignment: true,
|
||||
|
||||
Reference in New Issue
Block a user