Skip to content

Commit 11b4e05

Browse files
JustinBeckwithalexander-fenster
authored andcommitted
chore: ignore package-lock.json (#76)
* chore: ignore package-log.json * remove locky * renovateeee
1 parent d0e3bd8 commit 11b4e05

File tree

4 files changed

+2
-13465
lines changed

4 files changed

+2
-13465
lines changed

packages/google-cloud-videointelligence/.circleci/config.yml

+1-15
Original file line numberDiff line numberDiff line change
@@ -61,18 +61,7 @@ jobs:
6161
docker:
6262
- image: 'node:6'
6363
steps: &unit_tests_steps
64-
- checkout
65-
- run: &remove_package_lock
66-
name: Remove package-lock.json if needed.
67-
command: |
68-
WORKFLOW_NAME=`python .circleci/get_workflow_name.py`
69-
echo "Workflow name: $WORKFLOW_NAME"
70-
if [ "$WORKFLOW_NAME" = "nightly" ]; then
71-
echo "Nightly build detected, removing package-lock.json."
72-
rm -f package-lock.json samples/package-lock.json
73-
else
74-
echo "Not a nightly build, skipping this step."
75-
fi
64+
- checkout
7665
- run: &npm_install_and_link
7766
name: Install and link the module.
7867
command: npm install
@@ -91,7 +80,6 @@ jobs:
9180
- image: 'node:8'
9281
steps:
9382
- checkout
94-
- run: *remove_package_lock
9583
- run: *npm_install_and_link
9684
- run: &samples_npm_install_and_link
9785
name: Link the module being tested to the samples.
@@ -107,7 +95,6 @@ jobs:
10795
- image: 'node:8'
10896
steps:
10997
- checkout
110-
- run: *remove_package_lock
11198
- run: *npm_install_and_link
11299
- run:
113100
name: Build documentation.
@@ -117,7 +104,6 @@ jobs:
117104
- image: 'node:8'
118105
steps:
119106
- checkout
120-
- run: *remove_package_lock
121107
- run:
122108
name: Decrypt credentials.
123109
command: |

packages/google-cloud-videointelligence/.circleci/get_workflow_name.py

-67
This file was deleted.

packages/google-cloud-videointelligence/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ out/
77
system-test/secrets.js
88
system-test/*key.json
99
*.lock
10+
package-lock.json

0 commit comments

Comments
 (0)