1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-04 05:08:06 +02:00

Inconsiquential change to allow a draft PR

This commit is contained in:
Matt Gibson 2022-08-01 16:50:18 -04:00
parent 8820a42ec9
commit 0f51344c35

View File

@ -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"