Skip to content

Commit 96f93f4

Browse files
committed
Update package.json
1 parent dcd1621 commit 96f93f4

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@
1010
"server:production": "npm run server -- --environment production",
1111
"update:themes": "git submodule update --remote --merge && git add ./themes/ && git commit -m ':arrow_up: Chore(deps): update theme and components version'",
1212
"new": "hugo new content",
13-
"prepare": "git submodule update --init --recursive"
13+
"prepare": "git submodule update --init --recursive",
14+
"start": "npm run server",
15+
"clean": "rm -rf public resources node_modules .hugo_build.lock"
1416
},
1517
"repository": {
1618
"type": "git",

0 commit comments

Comments
 (0)