4 lines
89 B
Plaintext
4 lines
89 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
|
||
|
# Install packages once, to prime the node_modules directory.
|
||
|
npm ci
|