Closed kaladay closed 3 years ago
Introduce the Build System Improvements.
Utilize the SASS Migrator. Utilize Verdaccio.
Verdaccio is installed locally to the project and should be run within the project as a service.
When running, the service is started at: http://localhost:4873/.
This adds the following new commands:
clean:npm-local
publish:npm-local
start:npm-local
This updates the following commands:
npm run clean
publish:npm
scripts/build-publish.js
resolves #469
Introduce the Build System Improvements.
Utilize the SASS Migrator. Utilize Verdaccio.
Verdaccio is installed locally to the project and should be run within the project as a service.
When running, the service is started at: http://localhost:4873/.
This adds the following new commands:
clean:npm-local
: clean the verdaccio repository.publish:npm-local
: publish to the local repository (which must already be running).start:npm-local
: start the local repository (runs in the foreground).This updates the following commands:
npm run clean
: updated to also clean the verdaccio repository.publish:npm
: the build scriptscripts/build-publish.js
is updated to support a third argument to designate using the local registry.resolves #469