Skip to content

Commit

Permalink
fix: fix all bugs
Browse files Browse the repository at this point in the history
- the env file was created
-env file contain all need valiables
#17
  • Loading branch information
niyibi250 committed Apr 30, 2024
1 parent 8e54d26 commit 54ab9bf
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 # run tle linting
- 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 54ab9bf

Please sign in to comment.