Skip to content

Commit aa15e34

Browse files
Itai GendlerItai Gendler
authored andcommitted
Update package.json tasks
1 parent 6668fb1 commit aa15e34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"pkg": "pkg . -t node9-macos-x64,node9-linux-x64,node9-win-x64 --out-path ./dist",
1212
"serve-docs": "yarn build-local-docs && cd temp && hugo server -D",
1313
"build-local-docs": "node ./docs/index.js",
14-
"build-public-docs": "yarn build-local-docs && cd temp && hugo"
14+
"build-public-docs": "node ./docs/index.js && cd temp && hugo"
1515
},
1616
"bin": {
1717
"codefresh": "./lib/interface/cli/codefresh"

0 commit comments

Comments
 (0)