Skip to content

Commit f1abb37

Browse files
committed
add to files and add changeset
1 parent ab737f5 commit f1abb37

5 files changed

Lines changed: 11 additions & 4 deletions

File tree

.changeset/wise-bugs-fry.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@seek/aws-codedeploy-hooks': minor
3+
'@seek/aws-codedeploy-infra': minor
4+
---
5+
6+
Update build output

packages/hooks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"lib"
2929
],
3030
"scripts": {
31-
"build": "skuba build"
31+
"build": "skuba build-package"
3232
},
3333
"dependencies": {},
3434
"devDependencies": {

packages/infra/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"lib"
2929
],
3030
"scripts": {
31-
"build": "pnpm run --silent codegen && skuba build",
31+
"build": "pnpm run --silent codegen && skuba build-package",
3232
"codegen": "skuba node cli/codegen"
3333
},
3434
"dependencies": {

packages/infra/tsdown.config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ export default defineConfig({
1313
attw: true,
1414
unbundle: true, // TODO: determine if your project can be bundled
1515
exports: { devExports: '@seek/aws-codedeploy-hooks/source' },
16-
copy: ['assets/**/*'],
16+
copy: ['./src/assets'],
1717
});

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"jest.config.ts",
1515
"jest.setup.ts",
1616
"packages/**/*",
17-
"packages/**/package.json"
17+
"packages/**/package.json",
18+
"**/tsdown.config.mts"
1819
]
1920
}

0 commit comments

Comments
 (0)