Skip to content

Commit

Permalink
remove build
Browse files Browse the repository at this point in the history
  • Loading branch information
Liam-Tait committed Jul 22, 2024
1 parent 3742db2 commit aee9f77
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/code_quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,3 @@ jobs:
node-version: '22.5.1'
- run: npm ci
- run: npm test
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '22.5.1'
- run: npm ci
- run: npm run build
3 changes: 3 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"tsx": "^4.16.2",
"typescript": "^5.5.3"
},
"engines": { "node": ">= 21.5"},
"tsup": {
"format": ["esm", "cjs"],
"entry": ["src/index.ts"],
Expand Down

0 comments on commit aee9f77

Please sign in to comment.