Skip to content

Commit

Permalink
chore: npm module cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
kazimanzurrashid committed Jan 23, 2021
1 parent 60535eb commit 332e5de
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/v1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
- name: Build
run: |
npm ci
npm run deploy
npm run release
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,14 @@
"lint": "eslint src/**/*.ts",
"build": "rimraf build && tsc",
"pack": "ncc build --source-map --license licenses.txt",
"deploy": "npm run format && npm run lint && npm run build && npm run pack"
"release": "npm run format && npm run lint && npm run build && npm run pack"
},
"dependencies": {
"@actions/core": "^1.2.6",
"@aws-sdk/client-lambda": "^3.3.0",
"@aws-sdk/types": "^3.1.0"
"@aws-sdk/client-lambda": "^3.3.0"
},
"devDependencies": {
"@types/node": "^14.14.21",
"@types/node": "^14.14.22",
"@typescript-eslint/parser": "^4.14.0",
"@vercel/ncc": "^0.27.0",
"eslint": "^7.18.0",
Expand Down

0 comments on commit 332e5de

Please sign in to comment.