Skip to content

Commit

Permalink
NPM script tweak
Browse files Browse the repository at this point in the history
Signed-off-by: Patrice Chalin <[email protected]>
  • Loading branch information
chalin committed Jul 26, 2024
1 parent 096bd62 commit 4a9ec24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"build:production": "npm run _hugo -- --minify",
"build": "npm run _build --",
"clean": "rm -Rf node_modules public/* resources",
"make:public": "make -p public && git init -b main public",
"make:public": "mkdir -p public && git init -b main public",
"serve": "npm run _serve --",
"test": "npm run build"
},
Expand Down

0 comments on commit 4a9ec24

Please sign in to comment.