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