mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 14:23:32 +00:00
Inconsiquential change to allow a draft PR
This commit is contained in:
@@ -35,7 +35,8 @@
|
|||||||
"publish:npm": "npm run build:prod && npm publish --access public",
|
"publish:npm": "npm run build:prod && npm publish --access public",
|
||||||
"test": "jest",
|
"test": "jest",
|
||||||
"test:watch": "jest --watch",
|
"test:watch": "jest --watch",
|
||||||
"test:watch:all": "jest --watchAll"
|
"test:watch:all": "jest --watchAll",
|
||||||
|
"nothing": "echo 'Nothing to do'"
|
||||||
},
|
},
|
||||||
"bin": {
|
"bin": {
|
||||||
"bw": "build/bw.js"
|
"bw": "build/bw.js"
|
||||||
|
|||||||
Reference in New Issue
Block a user