We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64430b0 commit bd8cb0eCopy full SHA for bd8cb0e
package.json
@@ -10,6 +10,7 @@
10
"build:docs": "npx typedoc",
11
"watch:docs": "npx typedoc --watch --preserveWatchOutput",
12
"watch": "npm run watch:html",
13
+ "dev": "npx @11ty/eleventy --config=_build/eleventy.js --serve",
14
"eslint": "npx eslint .",
15
"eslint:fix": "npx eslint . --fix",
16
"release": "release-it"
0 commit comments