Skip to content

Commit

Permalink
Comment the scripts to describe their purpose.
Browse files Browse the repository at this point in the history
  • Loading branch information
David Herman committed Oct 30, 2023
1 parent 62122e6 commit 9419c14
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/integration/proxy/ci-proxy.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/bash

# This script is used by CI to start up the npm proxy.

CIPROXY=http://127.0.0.1:4873

# Boot the server in a background process.
Expand Down
3 changes: 3 additions & 0 deletions test/integration/proxy/local-proxy.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/bin/bash

# This script can be used for running the integration tests in local development.
# It starts up the npm proxy and manages it with the pm2 process manager.

cd $(dirname $0)/../../..
ROOT_DIR=$(pwd)
PROXY_DIR=${ROOT_DIR}/test/integration/proxy
Expand Down
3 changes: 3 additions & 0 deletions test/lint/check-bundles.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/bin/bash

# This script implements a lint that ensures that generated bundles
# in the repo haven't gone stale since the source was last modified.

echo "Checking that all bundled tools are up to date..."

dirty_workspaces=()
Expand Down

0 comments on commit 9419c14

Please sign in to comment.