mirror of
https://github.com/thegeeklab/hugo-geekblog.git
synced 2024-11-24 22:10:39 +00:00
fix release tarball name
This commit is contained in:
parent
b7de69863a
commit
e4781b6eb7
@ -7,7 +7,7 @@
|
||||
"build": "run-s prep:clean prep:make svg build:webpack",
|
||||
"build:webpack": "webpack --mode=production",
|
||||
"build:webpack-devel": "webpack --mode=development",
|
||||
"pack": "tar -zcvf dist/hugo-geekdoc.tar.gz -X .tarignore .",
|
||||
"pack": "tar -zcvf dist/hugo-geekblog.tar.gz -X .tarignore .",
|
||||
"start": "run-s prep:clean prep:make svg build:webpack-devel ; run-p start:webpack start:hugo",
|
||||
"start:webpack": "webpack --mode=development --watch",
|
||||
"start:build": "webpack --mode=development",
|
||||
|
Loading…
Reference in New Issue
Block a user