npm run start to load Firefox Developer Edition with the extension installed. Making changes to the code will automatically reload the extension.
Note: npm run start assumes you're on Windows with Firefox Developer Edition installed in the default directory. If not, modify the start script path in package.json as needed.
Release Process
To publish a new version:
npm run test
Bump the version in src/manifest.json
Commit with the version number as the commit message (e.g. :bookmark: 1.0.0) and tag the commit with the version number (e.g. v1.0.0)
npm run package to bundle the extension as a zip file
请发表评论