Skip to content

Commit

Permalink
Merge pull request #5 from ir3ne/feat-add-pnpm
Browse files Browse the repository at this point in the history
add pnpm
  • Loading branch information
ir3ne authored Apr 19, 2024
2 parents 8c6522c + 7ff9a0b commit f2049af
Show file tree
Hide file tree
Showing 4 changed files with 1,320 additions and 71 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
engine-strict=true
167 changes: 98 additions & 69 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,17 @@
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
"preview": "vite preview",
"preinstall": "npx only-allow pnpm"
},
"devDependencies": {
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"vite": "^5.2.6"
}
},
"engines": {
"npm": "Please use pnpm",
"yarn": "Please use pnpm"
}
}
Loading

0 comments on commit f2049af

Please sign in to comment.