Skip to content

Commit

Permalink
Yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
balbatross committed Aug 24, 2023
1 parent 04fd646 commit 8a0bed6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/webapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: 16.x
- run: yarn
- run: yarn --frozen-lockfile

- name: Setup stack
run: |
Expand Down
1 change: 1 addition & 0 deletions packages/app/hivecommand-frontend/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ const URL = `${process.env.NODE_ENV == 'production'

const splitLink = split(


({ query }) => {

const definition = getMainDefinition(query);
Expand Down

0 comments on commit 8a0bed6

Please sign in to comment.