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
1 changed files with 2 additions and 1 deletions

View File

@ -35,7 +35,8 @@
"publish:npm": "npm run build:prod && npm publish --access public",
"test": "jest",
"test:watch": "jest --watch",
"test:watch:all": "jest --watchAll"
"test:watch:all": "jest --watchAll",
"nothing": "echo 'Nothing to do'"
},
"bin": {
"bw": "build/bw.js"