-
-
Notifications
You must be signed in to change notification settings - Fork 189
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Add submit
command
#370
Conversation
✅ Deploy Preview for creative-fairy-df92c4 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Right now, I have it setup as an alias for I'm considering including building, zipping, and discovering all the zips in a single command. Like for example, the Firefox sources zip should never need to be passed for Firefox, WXT should know that it exists and is required. |
Nope, for now, it'll just be an alias. |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #370 +/- ##
==========================================
- Coverage 80.47% 80.38% -0.10%
==========================================
Files 104 107 +3
Lines 7645 7727 +82
Branches 689 694 +5
==========================================
+ Hits 6152 6211 +59
- Misses 1477 1500 +23
Partials 16 16 ☔ View full report in Codecov by Sentry. |
This closes #57!
Adds the
wxt submit
andwxt submit init
commands. Not using the word "publish" sincenpm publish
is a built-in command. Naming it submit will hopefully guide people to calling their package.json scripts "submit" as well.