This repository has been archived by the owner on Jan 20, 2021. It is now read-only.
Releases: datawrapper/cli
Releases · datawrapper/cli
Modify `.gitignore` files
More keys
oops
Update the Ink
- 6b059b1 feat: update to ink 2
Properly sort `package.json` keys
- feat: sort package.json keys before writing (#5)
Less strict `snake_case` rulings
Speedy installs
npm ci
removes node_modules
before it installs dependencies.
This means that caching them for the install step is useless.
If instead ~/.npm
get's cached, npm ci
will fly and it shaved off 10s of the CI build in this pretty small repo.
node_modules
caching is still required for all following jobs after install
.
- perf: cache ~/.npm for faster dependency installs (#4)
The one with `healthier`
- docs: Development section
- feat: VSCode Extension install script
- fix: quotes around glob pattern for bash support
- feat: use
healthier
in lint setup - feat: use new CI image
- docs: fix some formatting errors