Merge pull request #331 from postmanlabs/feature/automate-release-script

Added script for automating release process
This commit is contained in:
Vishal Shingala
2021-08-06 14:18:43 +05:30
committed by GitHub
2 changed files with 70 additions and 0 deletions

View File

@@ -146,6 +146,7 @@
"test-unit": "./scripts/test-unit.sh",
"test-lint": "./scripts/test-lint.sh",
"test-system": "./scripts/test-system.sh",
"release": "./scripts/release.sh",
"coverage": "nyc report --reporter=html --reporter=text mocha"
}
}