Skip to content

Commit

Permalink
Remove obsolete git-submodule scripts from UG package.json (google#1073)
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin authored and fekete-robert committed Sep 13, 2022
1 parent 3c6395d commit b9011f6
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions userguide/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,11 @@
"_hugo": "hugo --cleanDestinationDir --themesDir ../..",
"_hugo-dev": "npm run _hugo -- -e dev -DFE",
"_serve": "npm run _hugo-dev -- serve",
"build:preview": "DOCSY_VENDOR=clean npm run _hugo-dev -- --minify --baseURL \"${DEPLOY_PRIME_URL:-/}\"",
"build:production": "DOCSY_VENDOR=clean npm run _hugo -- --minify",
"build:preview": "npm run _hugo-dev -- --minify --baseURL \"${DEPLOY_PRIME_URL:-/}\"",
"build:production": "npm run _hugo -- --minify",
"build": "npm run _build",
"clean": "rm -Rf public",
"clean:vendor": "rm -Rf ../assets/vendor",
"keep:vendor": "echo Keeping ../assets/vendor",
"make:public": "git init -b main public",
"pre_hugo": "set -x && npm run ${DOCSY_VENDOR:-keep}:vendor",
"prepare": "cd .. && npm install",
"serve": "npm run _serve"
},
Expand Down

0 comments on commit b9011f6

Please sign in to comment.