Luke Granger-Brown
e14a850033
This should hopefully mean I don't have to repeatedly update the hash here when there aren't really any interesting changes.
7 lines
146 B
Bash
Executable file
7 lines
146 B
Bash
Executable file
#!/bin/sh
|
|
|
|
exec node2nix \
|
|
-i ./theme/static_src/package.json \
|
|
-l ./theme/static_src/package-lock.json \
|
|
-c node-default.nix \
|
|
--development
|