Skip to content

Commit

Permalink
Build shared before running betterer
Browse files Browse the repository at this point in the history
  • Loading branch information
huwshimi committed Nov 11, 2020
1 parent a4a2808 commit aeace0b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ jobs:
- name: Install
if: steps.yarn-cache.outputs.cache-hit != 'true'
run: CYPRESS_INSTALL_BINARY=0 yarn install
- name: Build
run: yarn build
- name: Pipe betterer results to results.txt
run: |
set -o pipefail
Expand Down
2 changes: 1 addition & 1 deletion shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
"babel-eslint": "10.1.0",
"babel-jest": "26.6.3",
"babel-plugin-inline-dotenv": "1.6.0",
"mockdate": "3.0.2",
"enzyme": "3.11.0",
"enzyme-adapter-react-16": "1.15.5",
"enzyme-to-json": "3.6.1",
Expand All @@ -47,6 +46,7 @@
"eslint-plugin-react": "7.21.5",
"eslint-plugin-react-hooks": "4.2.0",
"jest": "26.6.3",
"mockdate": "3.0.2",
"npm-package-json-lint": "5.1.0"
},
"dependencies": {
Expand Down

0 comments on commit aeace0b

Please sign in to comment.