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 08b97cd commit 9c8c283
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/serverless-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ 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 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 --verbose",
"sls:offline": "sls offline",
"sls:package": "sls package --verbose",
"sls:package": "sls package --package build --verbose",
"test": "jest",
"test:watch": "jest --watch",
"test:cov": "jest --coverage",
Expand Down

0 comments on commit 9c8c283

Please sign in to comment.