Skip to content

Commit

Permalink
add an update script that clears modified files (temporary, until we …
Browse files Browse the repository at this point in the history
…prevent docs:build from modifying committed files)
  • Loading branch information
trusktr committed Jun 5, 2021
1 parent 5767caa commit 1dd071d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -10,6 +10,7 @@
"clean": "lerna run clean",
"install": "npm run update-modules && npm run bootstrap && npm run build && npm run docs:build",
"update": "git pull && npm install",
"update:clear": "git reset && git checkout . && npm run update",
"update-modules": "git submodule update --init --recursive",
"bootstrap": "lerna bootstrap --no-ci --ignore '{,readem,glas}' --ignore-scripts --loglevel notice -- --loglevel notice && lerna bootstrap --no-ci --scope '{,readem,glas}'",
"// ^ bootstrap": "Bootstrap everything except readem, and then readem by itself, to avoid a circular link. (lume->readem->lume).",
Expand Down

0 comments on commit 1dd071d

Please sign in to comment.