Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

feat: Azure Packaging updates #163

Merged
merged 10 commits into from
Jun 12, 2019
104 changes: 91 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test": "jest",
"test:ci": "npm run test -- --ci",
"test:coverage": "npm run test -- --coverage",
"prebuild": "shx rm -rf lib/ ",
"prebuild": "shx rm -rf lib/ && npm run test",
"build": "tsc"
},
"repository": {
Expand Down Expand Up @@ -48,6 +48,7 @@
"@babel/runtime": "^7.4.5",
"@types/jest": "^24.0.13",
"@types/lodash": "^4.14.130",
"@types/mock-fs": "^3.6.30",
"@types/open": "^6.1.0",
"@types/request": "^2.48.1",
"@types/serverless": "^1.18.2",
Expand Down
Loading