We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcd1621 commit 96f93f4Copy full SHA for 96f93f4
1 file changed
package.json
@@ -10,7 +10,9 @@
10
"server:production": "npm run server -- --environment production",
11
"update:themes": "git submodule update --remote --merge && git add ./themes/ && git commit -m ':arrow_up: Chore(deps): update theme and components version'",
12
"new": "hugo new content",
13
- "prepare": "git submodule update --init --recursive"
+ "prepare": "git submodule update --init --recursive",
14
+ "start": "npm run server",
15
+ "clean": "rm -rf public resources node_modules .hugo_build.lock"
16
},
17
"repository": {
18
"type": "git",
0 commit comments