mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-05 19:28:39 +00:00
Enable greenkeeper-lockfile
(#1531)
* Enable `greenkeeper-lockfile` * Change colon to dash * Fix command path * Add SSH key
This commit is contained in:
committed by
Kevin Barabash
parent
db43058bea
commit
295d933845
@@ -62,6 +62,21 @@ jobs:
|
||||
paths:
|
||||
- node_modules
|
||||
|
||||
- add_ssh_keys:
|
||||
fingerprints:
|
||||
- "e1:ac:13:98:98:8b:fd:38:81:12:28:55:75:a1:da:73"
|
||||
- run:
|
||||
name: Test SSH key
|
||||
command: |
|
||||
if [[ $CIRCLE_BRANCH == "master" ]]; then
|
||||
ssh -T git@github.com
|
||||
fi
|
||||
- run:
|
||||
name: Greenkeeper - update and commit yarn.lock
|
||||
command: |
|
||||
./node_modules/.bin/greenkeeper-lockfile-update
|
||||
./node_modules/.bin/greenkeeper-lockfile-upload
|
||||
|
||||
- run:
|
||||
name: Run tests
|
||||
command: yarn test --coverage
|
||||
|
@@ -36,6 +36,7 @@
|
||||
"eslint-plugin-transform-runtime-aliasing": "^0.1.1",
|
||||
"file-loader": "^1.1.11",
|
||||
"flow-bin": "^0.78.0",
|
||||
"greenkeeper-lockfile": "^1.15.1",
|
||||
"husky": "^1.0.0-rc.8",
|
||||
"jest": "^23.0.1",
|
||||
"jest-serializer-html": "^5.0.0",
|
||||
|
12
yarn.lock
12
yarn.lock
@@ -3126,6 +3126,14 @@ graceful-fs@^4.1.11, graceful-fs@^4.1.2, graceful-fs@^4.1.3:
|
||||
version "4.1.11"
|
||||
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.11.tgz#0e8bdfe4d1ddb8854d64e04ea7c00e2a026e5658"
|
||||
|
||||
greenkeeper-lockfile@^1.15.1:
|
||||
version "1.15.1"
|
||||
resolved "https://registry.yarnpkg.com/greenkeeper-lockfile/-/greenkeeper-lockfile-1.15.1.tgz#289728213f8d4731596fdb011e3c6eb24ee96a73"
|
||||
dependencies:
|
||||
lodash "^4.17.4"
|
||||
require-relative "^0.8.7"
|
||||
semver "^5.3.0"
|
||||
|
||||
growly@^1.3.0:
|
||||
version "1.3.0"
|
||||
resolved "https://registry.yarnpkg.com/growly/-/growly-1.3.0.tgz#f10748cbe76af964b7c96c93c6bcc28af120c081"
|
||||
@@ -6344,6 +6352,10 @@ require-main-filename@^1.0.1:
|
||||
version "1.0.1"
|
||||
resolved "https://registry.yarnpkg.com/require-main-filename/-/require-main-filename-1.0.1.tgz#97f717b69d48784f5f526a6c5aa8ffdda055a4d1"
|
||||
|
||||
require-relative@^0.8.7:
|
||||
version "0.8.7"
|
||||
resolved "https://registry.yarnpkg.com/require-relative/-/require-relative-0.8.7.tgz#7999539fc9e047a37928fa196f8e1563dabd36de"
|
||||
|
||||
require-uncached@^1.0.3:
|
||||
version "1.0.3"
|
||||
resolved "https://registry.yarnpkg.com/require-uncached/-/require-uncached-1.0.3.tgz#4e0d56d6c9662fd31e43011c4b95aa49955421d3"
|
||||
|
Reference in New Issue
Block a user