Skip to content

Commit 49f5e78

Browse files
update
1 parent 6b50349 commit 49f5e78

File tree

2 files changed

+1
-119
lines changed

2 files changed

+1
-119
lines changed

package-lock.json

-117
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"build:generate": "NODE_ENV=production run-s 11ty:build postcss:build:critical postcss:build:async",
1010
"develop:generate": "run-p 11ty:watch postcss:watch:critical postcss:watch:async cheatsheet",
1111
"clean": "run-p clean:*",
12-
"clean:site": "npx rimraf _site",
12+
"clean:site": "rm -rf _site",
1313
"11ty:build": "eleventy",
1414
"11ty:watch": "ELEVENTY_ENV=development eleventy --watch --serve",
1515
"postcss:build:critical": "postcss src/_css/critical.css -o _site/_css/critical.css",
@@ -41,7 +41,6 @@
4141
"postcss-cli": "^10.1.0",
4242
"postcss-easy-import": "^4.0.0",
4343
"prettier": "^2.8.7",
44-
"rimraf": "^5.0.0",
4544
"tailwindcss": "^3.3.1"
4645
},
4746
"author": "[email protected]",

0 commit comments

Comments
 (0)