LeetPushExtension / LeetPush

Chrome extension to capture and push LeetCode solutions to your GitHub repository.
https://chromewebstore.google.com/detail/leetpush/gmagfdabfjaipjgdfgddjgongeemkalf
MIT License
119 stars 9 forks source link

Where is "dist/index.html" file ? #86

Closed juheesvt closed 2 weeks ago

juheesvt commented 2 weeks ago

image

I wanted to change the commit message, so I downloaded the code from the repository locally and uploaded it directly using the Chrome extension developer mode.

However, an error message appears saying that it cannot be loaded because the dist/index.html file does not exist. How can I solve this problem?

husamahmud commented 2 weeks ago

try npm run build in the popup dir