Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Add CI test build step and update build libs #36

Merged
merged 12 commits into from
Mar 13, 2024
7 changes: 6 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,12 @@ jobs:

- name: Install dependencies
run: pnpm install --frozen-lockfile


- name: Dry-run of build
shell: bash
run: pnpm pack


- name: Run lint
run: pnpm lint

Expand Down
2 changes: 1 addition & 1 deletion tsconfig.cjs.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"extends": "./tsconfig.production.json",
"compilerOptions": {
"lib": [
"ES6",
"ESNEXT",
"DOM"
],
"target": "ES6",
Expand Down
Loading