transition to pnpm
Gitea/subman-nextjs/pipeline/head There was a failure building this commit
Details
Gitea/subman-nextjs/pipeline/head There was a failure building this commit
Details
This commit is contained in:
parent
9a3cd629fd
commit
6b3d43f040
|
@ -4,6 +4,7 @@
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
"preinstall": "npx only-allow pnpm",
|
||||||
"dev": "next dev",
|
"dev": "next dev",
|
||||||
"build": "next build",
|
"build": "next build",
|
||||||
"start": "next start",
|
"start": "next start",
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,7 @@
|
||||||
|
packages:
|
||||||
|
# include packages in subfolders (e.g. apps/ and packages/)
|
||||||
|
- "apps/**"
|
||||||
|
- 'packages/**'
|
||||||
|
# if required, exclude some directories
|
||||||
|
- '!**/test/**'
|
||||||
|
|
Loading…
Reference in New Issue