Skip to content

Commit 530d8de

Browse files
remove obsolete MapApp component (#712)
* remove obsolete MapApp component * fix storybook build See storybookjs/storybook#30115 * fix storybook * fix storybook * fix storybook * fix storybook * update install steps in other workflows * lint
1 parent a3726bf commit 530d8de

File tree

16 files changed

+11390
-18258
lines changed

16 files changed

+11390
-18258
lines changed

.changeset/delete-mapapp.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@ldn-viz/maps': major
3+
---
4+
5+
REMOVED: removed `MappApp` component, which was replaced by `AppShell`

.github/workflows/deploy-preview.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Deploy branch preview of storybook site to Pages
22

33
on:
44
workflow_dispatch:
5-
5+
66
jobs:
77
build:
88
runs-on: ubuntu-latest
@@ -17,7 +17,7 @@ jobs:
1717
cache: npm
1818

1919
- name: Install dependencies
20-
run: npm install --ignore-scripts esbuild && npm install @rollup/rollup-linux-x64-gnu
20+
run: npm install
2121

2222
# if we don't do this, imports between packages will fail
2323
# (e.g., import of Button from @ldn-viz/ui into @ldn-viz/charts)

.github/workflows/deploy-storybook.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
cache: npm
2929

3030
- name: Install dependencies
31-
run: npm install --ignore-scripts esbuild && npm install @rollup/rollup-linux-x64-gnu
32-
31+
run: npm install
32+
3333
# if we don't do this, imports between packages will fail
3434
# (e.g., import of Button from @ldn-viz/ui into @ldn-viz/charts)
3535
- name: Build everything

.github/workflows/lint.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
cache: npm
2323

2424
- name: Install dependencies
25-
run: npm install --ignore-scripts esbuild && npm install @rollup/rollup-linux-x64-gnu
26-
25+
run: npm install
26+
2727
- name: Lint
2828
run: npm run lint

0 commit comments

Comments
 (0)