Skip to content

Commit

Permalink
package lock regeneration
Browse files Browse the repository at this point in the history
  • Loading branch information
erdembircan committed Nov 13, 2023
1 parent d89b02c commit f80ed1d
Show file tree
Hide file tree
Showing 2 changed files with 9,699 additions and 27,591 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/production-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Production Build

on:
push:
branches: [ "55-github-actions-failure-from-master" ]

jobs:
server-setup:
uses: ./.github/workflows/server-setup-template.yml

build:
if: github.event_type != 'pull_request'
needs: [ server-setup ]
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4

- name: Install NPM dependencies
run: npm ci -f

- name: Build JS
run: npm run build
Loading

0 comments on commit f80ed1d

Please sign in to comment.