Skip to content

Commit

Permalink
Add examples on CI (#855)
Browse files Browse the repository at this point in the history
  • Loading branch information
hippocampus-web3 authored Oct 10, 2023
1 parent d999eda commit 8c47136
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/on-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
run: yarn && yarn yarn-audit-ci --high
- name: Build Packages
run: yarn build
- name: Build examples
run: yarn build:examples
- name: Lint
run: yarn lint
- name: Test
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"scripts": {
"clean": "lerna run clean",
"build": "lerna run build",
"build:examples": "tsc examples/**/*.ts --noEmit --skipLibCheck",
"pub": "lerna publish",
"test": "lerna run test",
"e2e": "lerna run e2e",
Expand Down Expand Up @@ -47,4 +48,4 @@
"typescript": "^5.0.4",
"yarn-audit-ci": "^1.2.0"
}
}
}

0 comments on commit 8c47136

Please sign in to comment.