Skip to content

Commit

Permalink
Test v1: Testing vite build cmd for . github action yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
dvlprkrishna committed Mar 14, 2023
1 parent 5cf7d1d commit 797538c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yml
Expand Up @@ -21,9 +21,9 @@ jobs:
with:
node-version: 16
- name: Install node_modules
run: yarn
run: npm
- name: Run react build script
run: yarn build
run: npm run build
env:
CI: false
- name: FTP-Deploy-Action
Expand Down

0 comments on commit 797538c

Please sign in to comment.