We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6668fb1 commit aa15e34Copy full SHA for aa15e34
package.json
@@ -11,7 +11,7 @@
11
"pkg": "pkg . -t node9-macos-x64,node9-linux-x64,node9-win-x64 --out-path ./dist",
12
"serve-docs": "yarn build-local-docs && cd temp && hugo server -D",
13
"build-local-docs": "node ./docs/index.js",
14
- "build-public-docs": "yarn build-local-docs && cd temp && hugo"
+ "build-public-docs": "node ./docs/index.js && cd temp && hugo"
15
},
16
"bin": {
17
"codefresh": "./lib/interface/cli/codefresh"
0 commit comments