It extends npm run build to first clean the _site directory
It adds a command npm run deploy for calling the deploy script in a consistent manner with the two other scripts npm run build and npm run serve
It moves the call to npm install out of deploy.sh to speed up re-builds.
It revises the README to give better instructions about local development as well as deployment, now separated to cater to the two different use cases (and audiences)
This PR does four things:
- It extends `npm run build` to first clean the `_site` directory
- It adds a command `npm run deploy` for calling the deploy script in a consistent manner with the two other scripts `npm run build` and `npm run serve`
- It moves the call to `npm install` out of `deploy.sh` to speed up re-builds.
- It revises the README to give better instructions about local development as well as deployment, now separated to cater to the two different use cases (and audiences)
This PR does four things:
npm run build
to first clean the_site
directorynpm run deploy
for calling the deploy script in a consistent manner with the two other scriptsnpm run build
andnpm run serve
npm install
out ofdeploy.sh
to speed up re-builds.541ad779bb
into master 2 years ago541ad779bb
.