Skip to content

Commit

Permalink
chore: ignore package-lock.json (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored Aug 7, 2018
1 parent c53406d commit bec8502
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 13,464 deletions.
13 changes: 0 additions & 13 deletions packages/google-cloud-redis/.circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,17 +47,6 @@ jobs:
user: node
steps: &unit_tests_steps
- checkout
- run: &remove_package_lock
name: Remove package-lock.json if needed.
command: |
WORKFLOW_NAME=`python .circleci/get_workflow_name.py`
echo "Workflow name: $WORKFLOW_NAME"
if [ "$WORKFLOW_NAME" = "nightly" ]; then
echo "Nightly build detected, removing package-lock.json"
rm -f package-lock.json samples/package-lock.json
else
echo "Not a nightly build, skipping this step."
fi
- run: &npm_install_and_link
name: Install and link the module
command: |-
Expand All @@ -83,7 +72,6 @@ jobs:
user: node
steps:
- checkout
- run: *remove_package_lock
- run: *npm_install_and_link
- run:
name: Run linting.
Expand All @@ -96,7 +84,6 @@ jobs:
user: node
steps:
- checkout
- run: *remove_package_lock
- run: *npm_install_and_link
- run:
name: Build documentation.
Expand Down
67 changes: 0 additions & 67 deletions packages/google-cloud-redis/.circleci/get_workflow_name.py

This file was deleted.

3 changes: 2 additions & 1 deletion packages/google-cloud-redis/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ system-test/*key.json
*.lock
.DS_Store
google-cloud-logging-winston-*.tgz
google-cloud-logging-bunyan-*.tgz
google-cloud-logging-bunyan-*.tgz
package-lock.json
Loading

0 comments on commit bec8502

Please sign in to comment.