Skip to content

Commit

Permalink
fix: updated packages
Browse files Browse the repository at this point in the history
  • Loading branch information
khanzzirfan committed Nov 22, 2023
1 parent 52424df commit 67289d4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/serverless-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ jobs:
- run: npm run sls:package
## list all files and folders
- run: ls -la
## list all files and folders in dist
- run: ls -la dist
## list all files and folders in .build
- run: ls -la .build
## list all files and folders in .serverless
- run: ls -la .serverless
## list all files and folders in .webpack
- run: ls -la .webpack
- run: npm run sls:deploy
env:
AZURE_CLIENT_ID: ${{ secrets.AZURE_CLIENT_ID }}
Expand Down

0 comments on commit 67289d4

Please sign in to comment.