Skip to content

Commit

Permalink
update example deploy command
Browse files Browse the repository at this point in the history
  • Loading branch information
PhillipManwaring committed May 26, 2021
1 parent ec7d312 commit 3a32b39
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "serverless-plugin-test-helper",
"description": "A utility library to help with testing deployed serverless applications",
"version": "2.6.3",
"version": "2.6.4",
"scripts": {
"publish-please-dry-run": "publish-please --dry-run",
"publish-please": "publish-please",
Expand All @@ -12,7 +12,7 @@
"pretest": "rimraf .test-output .serverless dist",
"posttest": "rimraf .test-output .serverless .test*",
"codecov": "codecov -f coverage/*.json",
"testexamples-custom-ts": "cd examples/custom-ts && rm -rf node_modules package-lock.json && npm i && npm run deploy-and-test"
"testexamples-custom-ts": "cd examples/custom-ts && rm -rf node_modules package-lock.json && npm i && npm run deploy-and-test-and-remove"
},
"dependencies": {
"deepmerge": "^4.2.2",
Expand Down Expand Up @@ -48,8 +48,7 @@
},
"lint-staged": {
"./src/**/*.ts": [
"eslint --fix",
"git add ."
"eslint --fix"
]
},
"publishConfig": {
Expand Down

0 comments on commit 3a32b39

Please sign in to comment.