Skip to content

Commit dfb4ac4

Browse files
authored
Update main.yml
1 parent 015001b commit dfb4ac4

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-
cat package-lock.json
28+
ls -al
2929
- name: Lint
3030
run: yarn run eslint .
3131
- name: Test

0 commit comments

Comments
 (0)