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 bcb684e commit 1cba62f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/serverless-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
with:
node-version: 16
- run: npm install
- run: npm run sls:package
## list all files and folders
- run: ls -la
- run: npm run sls:deploy
Expand Down
2 changes: 1 addition & 1 deletion serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ provider:
frameworkVersion: '3'

package:
artifact: /.build/.serverless/editly-video-maker.zip
artifact: /.serverless/editly-video-maker.zip

# Any `include`, `exclude` logic is applied to the whole service, the same
# as built-in serverless packaging.
Expand Down

0 comments on commit 1cba62f

Please sign in to comment.