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 c3c15f8 commit 2255d26Copy full SHA for 2255d26
package.json
@@ -8,7 +8,8 @@
8
"docs:build": "vitepress build",
9
"docs:preview": "vitepress preview",
10
"lint": "eslint .",
11
- "lint:fix": "eslint . --fix"
+ "lint:fix": "eslint . --fix",
12
+ "prepare": "git submodule update --init --recursive"
13
},
14
"dependencies": {
15
"@theojs/lumen": "workspace:*",
0 commit comments