This repository has been archived by the owner on Jan 5, 2022. It is now read-only.
Build once
- Remove
skipInstall
option of package command - skipping install is now the default - Add
ci
option to package command - copiesnode_modules
rather than installing them again for ci deployment (build once principle) - Fix manual deployment from Windows (
npm run deploy
)