Skip to content

Commit

Permalink
remove CHANGELOGs, remove unnecessary model/args.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Snyssfx committed Sep 27, 2024
1 parent d2cd18d commit 9777c62
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 66 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: milaboratory/github-ci-internal/.github/workflows/node-docker-simple-fast-pnpm.yaml@v4
with:
app-name: Block Boilerplate
app-name-slug: 'block-block-boilerplate'
app-name-slug: 'block-boilerplate'
notify-telegram: true

node-version: '20.x'
Expand Down
11 changes: 0 additions & 11 deletions CHANGELOG.md

This file was deleted.

7 changes: 0 additions & 7 deletions model/CHANGELOG.md

This file was deleted.

23 changes: 0 additions & 23 deletions model/src/args.ts

This file was deleted.

2 changes: 1 addition & 1 deletion model/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const platforma = BlockModel.create<BlockArgs>('Heavy')
argument: 'World',
})

.output( 'transformedArg', (ctx) => ctx.outputs?.resolve({
.output('transformedArg', (ctx) => ctx.outputs?.resolve({
field: 'transformedArg',
assertFieldType: 'Input',
})?.getDataAsJson<any>())
Expand Down
7 changes: 0 additions & 7 deletions test/CHANGELOG.md

This file was deleted.

9 changes: 0 additions & 9 deletions ui/CHANGELOG.md

This file was deleted.

7 changes: 0 additions & 7 deletions workflow/CHANGELOG.md

This file was deleted.

0 comments on commit 9777c62

Please sign in to comment.