Publishing workflow

This commit is contained in:
Francisco Hodge 2019-10-12 15:17:39 -04:00
parent 14c7d33664
commit 116f90910d

View File

@ -10,7 +10,8 @@
"demo": "node scripts/demo.js", "demo": "node scripts/demo.js",
"test": "node scripts/test.js", "test": "node scripts/test.js",
"coverage": "node scripts/test.js --coverage --watchAll=false", "coverage": "node scripts/test.js --coverage --watchAll=false",
"prepare": "npm run build" "prepare": "npm run build",
"trypublish": "npm publish || true"
}, },
"repository": { "repository": {
"type": "git", "type": "git",