Skip to content

Commit b1a4fdc

Browse files
committed
changes
2 parents 126d696 + 684d375 commit b1a4fdc

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

sample-apps/robinhood-for-reddit/serverless.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ provider:
1212
custom:
1313
localstack:
1414
stages:
15-
-local
15+
- local
1616

1717
plugins:
1818
- serverless-plugin-typescript

sample-apps/robinhood-for-reddit/tsconfig.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,10 @@
1111
"strict": true,
1212
"strictNullChecks": true,
1313
"target": "es2019",
14-
}
14+
},
15+
"exclude": [
16+
".idea",
17+
"node_modules",
18+
"dist"
19+
],
1520
}

0 commit comments

Comments
 (0)