Skip to content

Commit

Permalink
Merge pull request #166 from HackMelbourne/npm-scripts
Browse files Browse the repository at this point in the history
Npm scripts
  • Loading branch information
e3lo authored Apr 27, 2024
2 parents 761dddd + 0afb75e commit 5f432cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/firebaseLint.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Firebase functions lint

on:
push:
pull_request:
branches:
- dev

Expand Down Expand Up @@ -29,5 +29,5 @@ jobs:

- name: Linting
run: |
cd function
cd functions
npm run lint

0 comments on commit 5f432cb

Please sign in to comment.