mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-11 05:58:40 +00:00
Remove greenkeeper-lockfile (#1710)
This commit is contained in:
@@ -38,14 +38,14 @@ commands:
|
||||
steps:
|
||||
- restore_cache:
|
||||
keys:
|
||||
- yarn-deps-v2-{{ checksum "yarn.lock" }}
|
||||
- yarn-deps-v2-
|
||||
- yarn-deps-v3-{{ checksum "yarn.lock" }}
|
||||
- yarn-deps-v3-
|
||||
- run:
|
||||
name: Install dependencies
|
||||
# upgrade Yarn before installing dependencies, if needed
|
||||
command: yarn check || { curl -o- -L https://yarnpkg.com/install.sh | bash && yarn; }
|
||||
- save_cache:
|
||||
key: yarn-deps-v2-{{ checksum "yarn.lock" }}
|
||||
key: yarn-deps-v3-{{ checksum "yarn.lock" }}
|
||||
paths:
|
||||
- node_modules
|
||||
|
||||
@@ -97,20 +97,6 @@ jobs:
|
||||
filter: '^docs/|^LICENSE|\.md$'
|
||||
- install_dependencies
|
||||
|
||||
- add_ssh_keys:
|
||||
fingerprints:
|
||||
- "e1:ac:13:98:98:8b:fd:38:81:12:28:55:75:a1:da:73"
|
||||
- run:
|
||||
name: Greenkeeper - update and commit yarn.lock
|
||||
environment:
|
||||
# greenkeeper-lockfile detects build by checking it's the first job
|
||||
# of the first workflow. As we run jobs parallel, it may not be the
|
||||
# first job
|
||||
CIRCLE_PREVIOUS_BUILD_NUM: ""
|
||||
command: |
|
||||
./node_modules/.bin/greenkeeper-lockfile-update
|
||||
./node_modules/.bin/greenkeeper-lockfile-upload
|
||||
|
||||
- run:
|
||||
name: Lint code
|
||||
command: yarn test:lint
|
||||
|
Reference in New Issue
Block a user