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: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ This works as intended. The issue arises when trying to do the same in the conte
14
14
# Generate custom element
15
15
To generate the custom element, run:
16
16
17
-
npm build
17
+
npm run build
18
18
Then move the contents of the dist folder into the folder where you would like to use your web component. Then import the script and declare the component in the html file.
19
19
20
20
I've provided an html file in the client folder so this process can be done by running
0 commit comments