This commit is contained in:
Trent Jones
2020-02-29 13:26:10 -06:00
parent 933feb0fd6
commit 9625970c51
3 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
"format-check": "prettier --check **/*.ts",
"lint": "eslint src/**/*.ts",
"test": "jest",
"build": "npm run format-check && npm run lint && tsc",
"build": "npm run format-check && npm run lint && npm run test && tsc",
"pack": "rm -rf ./lib ./dist && npm run build && ncc build"
},
"repository": {