Migrate to GitHub Actions

This commit is contained in:
Francisco Giordano
2020-11-06 16:50:30 -03:00
parent 036702c57d
commit c77439592c
6 changed files with 40 additions and 102 deletions

View File

@ -11,7 +11,7 @@
],
"scripts": {
"compile": "buidler compile",
"coverage": "scripts/coverage.sh",
"coverage": "buidler coverage",
"docs": "oz-docs",
"docs:watch": "npm run docs watch contracts 'docs/*.hbs'",
"prepare-docs": "scripts/prepare-docs.sh",