Use sync callback

This commit is contained in:
Heath Stewart
2020-04-04 12:17:00 -07:00
parent f6890ff843
commit 5cf04033c1
3 changed files with 31 additions and 21 deletions

View File

@@ -11,7 +11,7 @@
"lint": "eslint src/**/*.ts",
"pack": "ncc build",
"test": "jest",
"all": "npm run build && npm run format && npm run lint && npm run pack && npm test"
"all": "npm run build && npm run format && npm run lint && npm run pack"
},
"repository": {
"type": "git",