Skip to content

Commit

Permalink
Remove build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
karlhorky committed Oct 13, 2024
1 parent b59fcf4 commit 2adf96b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .codesandbox/ci.json
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
{}
{
"buildCommand": false
}
3 changes: 0 additions & 3 deletions .github/workflows/build-lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,5 @@ jobs:
- run: pnpm tsc --build
if: runner.os != 'Windows'

- name: Build
run: pnpm build

- name: Test
run: pnpm test
1 change: 1 addition & 0 deletions .github/workflows/package-size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ jobs:
COREPACK_ENABLE_STRICT: 0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
skip_step: build

0 comments on commit 2adf96b

Please sign in to comment.