chore: pack web extension
This commit is contained in:
parent
fcc994d09a
commit
47b514fafc
2 changed files with 2 additions and 2 deletions
|
@ -52,7 +52,7 @@ Make sure you have [Node.js](https://nodejs.org/en/) environment installed.
|
|||
```bash
|
||||
npm install
|
||||
npm run build # build as User Script
|
||||
npm run build:ext # build as Web Extension
|
||||
npm run pack:ext # pack Web Extension
|
||||
```
|
||||
|
||||
## Feedback
|
||||
|
|
|
@ -53,7 +53,7 @@
|
|||
"watch": "npm run build -- --watch",
|
||||
"start:ext": "web-ext run",
|
||||
"start:ext-chrome": "npm run start:ext -- -t chromium",
|
||||
"build:ext": "zip -r dist/ext.zip manifest.json src/web-ext.js dist/main.js",
|
||||
"pack:ext": "zip -r dist/ext.zip manifest.json src/web-ext.js dist/main.js",
|
||||
"bump-version:patch": "npm version patch --no-git-tag",
|
||||
"bump-version:minor": "npm version minor --no-git-tag"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue