Skip to content

Commit

Permalink
add build
Browse files Browse the repository at this point in the history
  • Loading branch information
orlyd committed Feb 22, 2024
1 parent 6239878 commit 7779bb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: yarn install
- run: yarn build-local
- run: yarn lint
- run: yarn test
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"scripts": {
"prepack": "npm run lint && tsc --project tsconfig.prod.json",
"lint": "npx eslint src transformers test --ignore-pattern '*.d.ts' --ext .ts,.tsx,.js",
"build-local": "tsc --project tsconfig.json",
"pretest": "tsc --project tsconfig.json",
"test": "npx jest"
},
Expand Down

0 comments on commit 7779bb1

Please sign in to comment.