Skip to content

Commit d412164

Browse files
author
jannik brack
committed
update MonorepoNX cheatsheet with corrected URLs and remove outdated commands
1 parent f3009c4 commit d412164

File tree

1 file changed

+3
-15
lines changed

1 file changed

+3
-15
lines changed

MonorepoNX-cheatsheet.md

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,6 @@ Go to your package directory and run:
2626

2727
## Run Tasks
2828

29-
To run the dev server for your app, use:
30-
31-
```sh
32-
npx nx serve {package-name}
33-
```
34-
35-
To create a production bundle:
36-
37-
```sh
38-
npx nx build {package-name}
39-
```
40-
4129
To see all available targets to run for a project, run:
4230

4331
```sh
@@ -162,15 +150,15 @@ You can adjust the composition based on the current development environment (e.g
162150
return {
163151
'react-maplibre': {
164152
title: 'React MapLibreMap',
165-
url: 'https://mapcomponents.github.io/react-map-components-maplibre/',
153+
url: 'https://mapcomponents.github.io/react-map-components-maplibre/react-maplibre/',
166154
},
167155
'deck-gl': {
168156
title: 'Deck.gl',
169-
url: 'https://mapcomponents.github.io/mapcomponents/deck-gl/',
157+
url: 'https://mapcomponents.github.io/react-map-components-maplibre/deck-gl/',
170158
},
171159
'ra-geospatial': {
172160
title: 'React Admin Geospatial',
173-
url: 'https://mapcomponents.github.io/mapcomponents/ra-geospatial/',
161+
url: 'https://mapcomponents.github.io/react-map-components-maplibre/ra-geospatial/',
174162
},
175163
};
176164
};

0 commit comments

Comments
 (0)