Skip to content

Commit 3a32b39

Browse files
update example deploy command
1 parent ec7d312 commit 3a32b39

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "serverless-plugin-test-helper",
33
"description": "A utility library to help with testing deployed serverless applications",
4-
"version": "2.6.3",
4+
"version": "2.6.4",
55
"scripts": {
66
"publish-please-dry-run": "publish-please --dry-run",
77
"publish-please": "publish-please",
@@ -12,7 +12,7 @@
1212
"pretest": "rimraf .test-output .serverless dist",
1313
"posttest": "rimraf .test-output .serverless .test*",
1414
"codecov": "codecov -f coverage/*.json",
15-
"testexamples-custom-ts": "cd examples/custom-ts && rm -rf node_modules package-lock.json && npm i && npm run deploy-and-test"
15+
"testexamples-custom-ts": "cd examples/custom-ts && rm -rf node_modules package-lock.json && npm i && npm run deploy-and-test-and-remove"
1616
},
1717
"dependencies": {
1818
"deepmerge": "^4.2.2",
@@ -48,8 +48,7 @@
4848
},
4949
"lint-staged": {
5050
"./src/**/*.ts": [
51-
"eslint --fix",
52-
"git add ."
51+
"eslint --fix"
5352
]
5453
},
5554
"publishConfig": {

0 commit comments

Comments
 (0)