mirror of
https://github.com/mantinedev/next-app-template.git
synced 2025-11-12 07:42:35 +10:00
Compare commits
4 Commits
5fc5f6a18c
...
renovate/m
| Author | SHA1 | Date | |
|---|---|---|---|
| fdd5caaa9e | |||
| 4b76ea6fd8 | |||
| 531f476ed0 | |||
| d93f938bc9 |
3
.gitignore
vendored
3
.gitignore
vendored
@ -129,5 +129,4 @@ dist
|
||||
.yarn/install-state.gz
|
||||
.pnp.*
|
||||
|
||||
.DS_Store
|
||||
next-env.d.ts
|
||||
.DS_Store
|
||||
6
next-env.d.ts
vendored
Normal file
6
next-env.d.ts
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
/// <reference types="next" />
|
||||
/// <reference types="next/image-types/global" />
|
||||
import "./.next/types/routes.d.ts";
|
||||
|
||||
// NOTE: This file should not be edited
|
||||
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
|
||||
@ -15,7 +15,7 @@
|
||||
"jest:watch": "jest --watch",
|
||||
"prettier:check": "prettier --check \"**/*.{ts,tsx}\"",
|
||||
"prettier:write": "prettier --write \"**/*.{ts,tsx}\"",
|
||||
"test": "npx next typegen && npm run prettier:check && npm run lint && npm run typecheck && npm run jest",
|
||||
"test": "npm run prettier:check && npm run lint && npm run typecheck && npm run jest",
|
||||
"storybook": "storybook dev -p 6006",
|
||||
"storybook:build": "storybook build"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user