Skip to content

Commit 2f72791

Browse files
committed
Deploy action
1 parent 53cacdc commit 2f72791

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"version": "1.0.0",
44
"main": "index.js",
55
"scripts": {
6-
"build": "npx eleventy --formats=scss",
7-
"serve": "npx eleventy --formats=scss --serve",
8-
"debug": "DEBUG=* npx eleventy",
6+
"build": "npx @11ty/eleventy --formats=scss",
7+
"serve": "npx @11ty/eleventy --formats=scss --serve",
8+
"debug": "DEBUG=* npx @11ty/eleventy",
99
"test": "jest"
1010
},
1111
"repository": {

0 commit comments

Comments
 (0)