Skip to content

Commit b02a485

Browse files
committed
fix: use npx eleventy for build script
1 parent 6d5fa14 commit b02a485

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"clean": "rm -rf docs",
99
"deploy": "",
1010
"deploy-subdomain": "",
11-
"build": "eleventy"
11+
"build": "npx eleventy"
1212
},
1313
"keywords": [],
1414
"author": "",

0 commit comments

Comments
 (0)