Skip to content

Commit

Permalink
Test v1.1: 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 797538c commit f02250f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
node-version: 16
- name: Install node_modules
run: npm
run: npm install
- name: Run react build script
run: npm run build
env:
Expand Down

0 comments on commit f02250f

Please sign in to comment.