Skip to content

Commit

Permalink
fix: check again the link
Browse files Browse the repository at this point in the history
  • Loading branch information
niyibi250 committed Apr 29, 2024
1 parent 9906538 commit 2bf8b1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow_for_ecomm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
cache: 'npm' #this we help speed up the workflow by reusing dependencies from previous runs
- run: npm ci #run dependencies installing we using ci in place of 'npm install' becouse ci(clearn install) is smooth and faster
- run: npm run test --if-present #this line will run test script
- run: npm run lint --if-present
- run: npm run lint --if-present #this line will run the lint script if present
- run: npm run build --if-present # we using if statement because initial the code have no build script in packege.json
- run: npm run test:ci --if-present # this will run test with coverage flag

Expand Down

0 comments on commit 2bf8b1b

Please sign in to comment.