Skip to content

Commit fa659cb

Browse files
committed
update build command
1 parent 1c42575 commit fa659cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "index.js",
66
"scripts": {
77
"dev": "eleventy --serve",
8-
"build": "export NODE_ENV=production && eleventy"
8+
"build": "export NODE_ENV=production && npx @11ty/eleventy"
99
},
1010
"keywords": [],
1111
"author": "",

0 commit comments

Comments
 (0)