8 lines
153 B
Bash
Executable file
8 lines
153 B
Bash
Executable file
#!/bin/sh
|
|
|
|
exec node2nix \
|
|
-16 \
|
|
-i ./theme/static_src/package.json \
|
|
-l ./theme/static_src/package-lock.json \
|
|
-c node-default.nix \
|
|
--development
|