Update package.json
This commit is contained in:
parent
3b36d94233
commit
0c3e400b58
2 changed files with 6 additions and 6 deletions
|
@ -42,6 +42,6 @@ the extension can be added to the browser from `about:addons`.
|
|||
|
||||
## License
|
||||
|
||||
[BSD Zero Clause](https://choosealicense.com/licenses/0bsd/).
|
||||
[BSD Zero Clause](https://choosealicense.com/licenses/0bsd/)
|
||||
<br>
|
||||
See [LICENSE](./LICENSE).
|
||||
See [LICENSE](./LICENSE)
|
||||
|
|
|
@ -32,9 +32,9 @@
|
|||
"webpack-merge": "^6.0"
|
||||
},
|
||||
"scripts": {
|
||||
"build:production": "npm exec webpack -- --config webpack.production.js",
|
||||
"build:development": "npm exec webpack -- --config webpack.development.js",
|
||||
"test": "npm exec jest -- test",
|
||||
"format": "npm exec prettier -- -w src/js"
|
||||
"build:production": "npx webpack --config webpack.production.js",
|
||||
"build:development": "npx webpack --config webpack.development.js",
|
||||
"test": "npx jest test",
|
||||
"eslint": "npx eslint src/"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue