Are you looking for something? Here is all of the GitHub Docs history in one single commit. Enjoy! 🎉
11 lines
200 B
Bash
Executable File
11 lines
200 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
# [start-readme]
|
|
#
|
|
# Installs/updates all dependencies necessary for the docs environment. Equivalent of `npm install`.
|
|
#
|
|
# [end-readme]
|
|
|
|
source script/check-for-node
|
|
|
|
npm install |