This repository has been archived on 2022-09-16. You can view files and clone it, but cannot push or open issues/pull-requests.
tlaternet-templates/README.md

19 lines
351 B
Markdown
Raw Permalink Normal View History

2021-04-07 21:41:11 +01:00
# tlaternet-templates
Website templates bundled with parcel.
## Updating
When adding/removing packages from `package.yaml`, the corresponding
`package.json` and `package-lock.json` need to be updated. Use:
```console
nix run .#update-lockfile
```
2022-08-01 21:14:18 +01:00
When ignoring semver is desired, use:
```console
nix run .#update-lockfile -- --ignore-semver
2021-04-07 21:41:11 +01:00
```