Skip to content

Commit eaa1aa9

Browse files
committed
migrating to pnpm
1 parent e31c76d commit eaa1aa9

File tree

3 files changed

+3274
-2
lines changed

3 files changed

+3274
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22
"name": "nibir-sankar",
33
"description": "A minimalistic personal website",
44
"scripts": {
5+
"preinstall": "npx only-allow pnpm",
56
"watch:sass": "sass --watch src/styles:_site/css",
67
"build:sass": "sass src/styles:_site/css",
7-
"watch:eleventy": "npx @11ty/eleventy --serve",
8-
"build:eleventy": "npx @11ty/eleventy",
8+
"watch:eleventy": "pnpm dlx @11ty/eleventy --serve",
9+
"build:eleventy": "pnpm dlx @11ty/eleventy",
910
"start": "npm-run-all build:sass --parallel watch:*",
1011
"build": "npm-run-all build:*"
1112
},

0 commit comments

Comments
 (0)