Skip to content

Commit

Permalink
Update build-check.yml
Browse files Browse the repository at this point in the history
`cd` into the `near` directory before running this test
  • Loading branch information
hanfel-dovned authored Jan 22, 2024
1 parent 80bda50 commit 045eaee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:

- name: Copy dist/index.js
run: |
cd near
mkdir target
cp dist/index.js target/index.js
Expand Down

0 comments on commit 045eaee

Please sign in to comment.