adding owner/repo options for remote releasing

This commit is contained in:
Chris McIntosh
2020-09-11 16:28:30 -05:00
parent 1e92f6fc66
commit 818a8f0696
4 changed files with 14 additions and 3 deletions

View File

@@ -6,6 +6,7 @@
"scripts": {
"lint": "eslint \"src/**.js\" \"tests/**.js\" --fix",
"test": "eslint \"src/**.js\" \"tests/**.js\" && jest --coverage",
"test:debug": "node --inspect-brk node_modules/.bin/jest --runInBand",
"build": "ncc build src/main.js",
"precommit": "npm run build && git add dist/"
},