Skip to content

Commit 5856edb

Browse files
committed
Fix renamed file in cdk.json
1 parent 9abd6df commit 5856edb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cdk.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"app": "npx ts-node --prefer-ts-exts bin/poky-pipeline.ts",
3-
"poky-pipeline": "npx ts-node --prefer-ts-exts bin/poky-pipeline.ts",
2+
"app": "npx ts-node --prefer-ts-exts bin/app.ts",
3+
"poky-pipeline": "npx ts-node --prefer-ts-exts bin/app.ts",
44
"watch": {
55
"include": ["**"],
66
"exclude": [

0 commit comments

Comments
 (0)