Clean up dev workflow a bit
This commit is contained in:
parent
689afa04e8
commit
af062715d9
9 changed files with 2198 additions and 67 deletions
10
README.md
10
README.md
|
|
@ -4,10 +4,12 @@ Website templates bundled with parcel.
|
|||
|
||||
## Updating
|
||||
|
||||
When adding/removing packages from `package.json`, the corresponding
|
||||
`package-lock.json` needs to be updated. Use `nix/update-lockfile` for
|
||||
this.
|
||||
|
||||
When ignoring semver is desired, use:
|
||||
|
||||
```sh
|
||||
npm-check-updates -u
|
||||
rm node_modules # Yeah, npm gets confused if it can't write here
|
||||
npm install --package-lock-only
|
||||
rm -rf node_modules
|
||||
direnv reload
|
||||
```
|
||||
|
|
|
|||
Reference in a new issue