Skip to content

Commit

Permalink
chore: fix ci errors
Browse files Browse the repository at this point in the history
  • Loading branch information
marsidev committed Oct 17, 2022
1 parent 358d9d1 commit d6ebc80
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
- name: Install
run: nci

- name: Build
run: nr build

- name: Lint
run: nr lint

Expand All @@ -53,6 +56,9 @@ jobs:
- name: Install
run: nci

- name: Build
run: nr build

- name: Typecheck
run: nr typecheck

Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"~/*": ["./*"]
}
},
"include": ["build.config.ts", "src", "packages"],
"include": ["src", "packages", "build.config.ts", "vitest.config.ts"],
"exclude": ["node_modules"]
}

1 comment on commit d6ebc80

@vercel
Copy link

@vercel vercel bot commented on d6ebc80 Oct 17, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

react-turnstile – ./

react-turnstile.vercel.app
react-turnstile-marsi.vercel.app
react-turnstile-git-main-marsi.vercel.app

Please sign in to comment.