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 af7b754 commit 2ca05fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
"sls:deploy": "sls deploy",
"sls:offline": "sls offline",
"sls:package": "sls package --package .serverless",
"sls:package": "sls package",
"test": "jest",
"test:watch": "jest --watch",
"test:cov": "jest --coverage",
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: ./.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 2ca05fc

Please sign in to comment.