Skip to content

Commit

Permalink
chore: ignore package-lock.json (#68)
Browse files Browse the repository at this point in the history
* chore: ignore package-log.json

* remove locky

* renovateeee
  • Loading branch information
JustinBeckwith authored and alexander-fenster committed Aug 7, 2018
1 parent 1a272f0 commit 1fc2f5f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 13,466 deletions.
16 changes: 1 addition & 15 deletions packages/google-cloud-bigquery-datatransfer/.circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,18 +53,7 @@ jobs:
- image: 'node:6'
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
- checkout
- run: &npm_install_and_link
name: Install and link the module
command: |-
Expand All @@ -91,7 +80,6 @@ jobs:
user: node
steps:
- checkout
- run: *remove_package_lock
- run: *npm_install_and_link
- run: &samples_npm_install_and_link
name: Link the module being tested to the samples.
Expand All @@ -112,7 +100,6 @@ jobs:
user: node
steps:
- checkout
- run: *remove_package_lock
- run: *npm_install_and_link
- run:
name: Build documentation.
Expand All @@ -123,7 +110,6 @@ jobs:
user: node
steps:
- checkout
- run: *remove_package_lock
- run:
name: Decrypt credentials.
command: |
Expand Down

This file was deleted.

3 changes: 2 additions & 1 deletion packages/google-cloud-bigquery-datatransfer/.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 1fc2f5f

Please sign in to comment.