Skip to content

Commit

Permalink
%near-gateways frontend up to date
Browse files Browse the repository at this point in the history
  • Loading branch information
YunPearce committed Mar 20, 2024
1 parent e3c4772 commit 674e566
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/build-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,18 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: "16.x"
node-version: '16.x'

- name: Create target directory and copy file
run: |
mkdir -p near/target
cp near/dist/index.js near/target/index.js
cd near
mkdir target
cp dist/index.js target/index.js
- name: Install dependencies
run: yarn
working-directory: ./near

- name: Build
run: yarn build
working-directory: ./near
Expand All @@ -39,5 +40,5 @@ jobs:
uses: actions/github-script@v3
with:
script: |
core.setFailed('The dist/index.js seems to be stale. Please run *yarn build* and commit the dist/index.js file.')
core.setFailed('The dist/index.js seems to be stale. Please run *yarn build* and commit the dist/index.js file.')
working-directory: ./near

0 comments on commit 674e566

Please sign in to comment.