Skip to content

Commit

Permalink
πŸ”„ Merge pull request #34 from steeeee0223/issue/ci
Browse files Browse the repository at this point in the history
🚧 Update CI configurations
  • Loading branch information
steeeee0223 authored Apr 17, 2024
2 parents f2f8cb0 + e25e4c0 commit e1bbd04
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ coverage
# next.js
.next/
out/
next-env.d.ts

# nitro
.nitro/
Expand Down
5 changes: 5 additions & 0 deletions apps/dev/next-env.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/// <reference types="next" />
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
5 changes: 5 additions & 0 deletions apps/nextjs/next-env.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/// <reference types="next" />
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
5 changes: 5 additions & 0 deletions apps/storybook/next-env.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/// <reference types="next" />
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
5 changes: 5 additions & 0 deletions apps/worxpace/next-env.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/// <reference types="next" />
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
3 changes: 3 additions & 0 deletions tooling/github/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,6 @@ runs:

- shell: bash
run: pnpm install

- shell: bash
run: pnpm -F prisma build

0 comments on commit e1bbd04

Please sign in to comment.