Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RPSoftCompany authored Feb 4, 2024
1 parent 2c8c2d1 commit 83025f0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,12 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3

- name: NPM install
run: npm install

# Runs a single command using the runners shell
- name: Run a one-line script
run: npm install && npm run build
- name: Build
run: npm run build
env:
NODE_ENV: production

Expand Down

0 comments on commit 83025f0

Please sign in to comment.