Skip to content

Commit 057ac2d

Browse files
authored
Update main.yml
1 parent dfb4ac4 commit 057ac2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
echo '{"name":"hipped","type":"module","private":true,"scripts":{"test":"npx jest"}}' > "./package.json" && npm init -y
2626
cd ../OSMBuilding
2727
yarn --prod=false
28-
ls -al
28+
cat yarn.lock
2929
- name: Lint
3030
run: yarn run eslint .
3131
- name: Test

0 commit comments

Comments
 (0)