Skip to content

Commit

Permalink
CI: use prepare instead of preinstall for the UG
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin committed Feb 22, 2022
1 parent 8939f69 commit 7b4c15e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"build:production": "npm run _docs build:production",
"build": "npm run _docs build",
"docs-install": "cd userguide && npm install",
"predocs-install": "npm install",
"serve": "npm run _docs serve"
},
"dependencies": {
Expand Down
1 change: 1 addition & 0 deletions userguide/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"build:preview": "npm run _hugo-dev -- --minify --baseURL \"${DEPLOY_PRIME_URL:-/}\"",
"build:production": "npm run _hugo -- --minify",
"build": "npm run _build",
"prepare": "cd .. && npm install",
"serve": "npm run _serve"
},
"devDependencies": {
Expand Down

0 comments on commit 7b4c15e

Please sign in to comment.