Skip to content

Commit

Permalink
Test v1.2: Testing vite build cmd for . github action via chatGPT fix…
Browse files Browse the repository at this point in the history
…ed react tilt peer deps
  • Loading branch information
dvlprkrishna committed Mar 15, 2023
1 parent bf7722b commit ae3bb09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v2

- name: Install dependencies
run: npm install
run: npm install --save --legacy-peer-deps react-tilt

- name: Build app
run: npm run build
Expand Down

0 comments on commit ae3bb09

Please sign in to comment.