Skip to content

Commit

Permalink
chore: setup on ci with frozen lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
nickpalmer committed Aug 3, 2021
1 parent 77c397c commit ad44bdc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: '14'
- run: yarn setup
- run: yarn setup:frozen
- run: yarn lint
- run: yarn test --coverage
- uses: codecov/codecov-action@v2
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"build": "lerna exec --stream --ignore codemod webpack -- --mode=production --node-env=production",
"postbuild": "lerna exec --ignore codemod rm webpack.config.js",
"setup": "yarn install && lerna bootstrap",
"setup:frozen": "yarn install --frozen-lockfile && lerna bootstrap",
"test": "lerna run --stream --no-bail test --",
"test:staged": "lerna run --stream --bail test -- --findRelatedTests --passWithNoTests",
"test:coverage": "lerna run --stream --bail test -- --coverage",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6162,7 +6162,7 @@ lazy-seq@^1.0.0:
resolved "https://registry.yarnpkg.com/lazy-seq/-/lazy-seq-1.0.0.tgz#880cb8aab256026382e02f53ec089682a74c5b6a"
integrity sha1-iAy4qrJWAmOC4C9T7AiWgqdMW2o=

lerna@^4.0.0:
lerna@4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/lerna/-/lerna-4.0.0.tgz#b139d685d50ea0ca1be87713a7c2f44a5b678e9e"
integrity sha512-DD/i1znurfOmNJb0OBw66NmNqiM8kF6uIrzrJ0wGE3VNdzeOhz9ziWLYiRaZDGGwgbcjOo6eIfcx9O5Qynz+kg==
Expand Down

0 comments on commit ad44bdc

Please sign in to comment.