Skip to content

Commit

Permalink
Merge pull request #7 from MelleD/MelleD-patch-2
Browse files Browse the repository at this point in the history
Update build.yaml
  • Loading branch information
MelleD authored Apr 27, 2024
2 parents 105bffe + 7ec869a commit db186cb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Build
run: |
npm install
npm run test
npm run build
run: npm install
- name: Lint
run: npm run lint
- name: Test
run: npm run test
- name: Build
run: npm run build
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ jobs:
- name: Install Dependencies
run: npm install

- name: Lint
run: npm run lint

- name: Test
run: npm run test

Expand Down

0 comments on commit db186cb

Please sign in to comment.