You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: getting-started/quickstart.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,7 @@ sidebar_position: 1
23
23
```
24
24
3. Build your component with
25
25
```bash
26
+
npm install
26
27
npm run build
27
28
```
28
29
@@ -32,4 +33,4 @@ Test your component with a [Component Manager](/getting-started/components-manag
32
33
33
34
## 💌 Share your Managed Component
34
35
35
-
Let the community know about your managed component by [making a PR to these docs](https://github.com/managed-components/docs) so it can be shared in the [Known Components](/components) list.
36
+
Let the community know about your managed component by [making a PR to these docs](https://github.com/managed-components/docs) so it can be shared in the [Known Components](/components) list.
0 commit comments