Skip to content

Commit bd8cb0e

Browse files
committed
Add dev script
1 parent 64430b0 commit bd8cb0e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"build:docs": "npx typedoc",
1111
"watch:docs": "npx typedoc --watch --preserveWatchOutput",
1212
"watch": "npm run watch:html",
13+
"dev": "npx @11ty/eleventy --config=_build/eleventy.js --serve",
1314
"eslint": "npx eslint .",
1415
"eslint:fix": "npx eslint . --fix",
1516
"release": "release-it"

0 commit comments

Comments
 (0)