Skip to content

Commit

Permalink
chore: update lockfile after publish
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Dec 7, 2020
1 parent 774c189 commit 0f09ca4
Show file tree
Hide file tree
Showing 2 changed files with 232 additions and 233 deletions.
1 change: 0 additions & 1 deletion package.json
Expand Up @@ -98,7 +98,6 @@
"lint": "eslint . --cache --ext js,jsx,ts,tsx,md",
"lint:prettier": "prettier '**/*.{md,yml,yaml}' 'website/static/**/*.{css,js}' --write --ignore-path .gitignore",
"lint:prettier:ci": "prettier '**/*.{md,yml,yaml}' 'website/static/**/*.{css,js}' --check --ignore-path .gitignore",
"publish": "yarn build-clean && yarn build && lerna publish --silent",
"test-types": "yarn jest --config jest.config.types.js",
"test-ci": "yarn jest-coverage --color -i --config jest.config.ci.js && yarn test-leak && node ./scripts/mapCoverage.js && codecov",
"test-ci-partial": "yarn test-ci-partial:parallel -i",
Expand Down

0 comments on commit 0f09ca4

Please sign in to comment.