Skip to content

Commit

Permalink
added pack dependencies for build process
Browse files Browse the repository at this point in the history
  • Loading branch information
ZBAGI committed Feb 18, 2024
1 parent def0b35 commit bef872a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
10 changes: 10 additions & 0 deletions package-lock.json

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

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"scripts": {
"pack": "ncc build ./dist/index.js -o dist",
"compile": "tsc",
"build": "npm run compile && pkg --targets node14-win-x64,node14-macos-x64,node14-linux-x64 --output ./dist/twitch-parrot dist/index.js && cp env_template ./dist/.env",
"build": "npm run compile && npm run pack && pkg --targets node14-win-x64,node14-macos-x64,node14-linux-x64 --output ./dist/twitch-parrot dist/index.js && cp env_template ./dist/.env",
"serve": "nodemon"
},
"repository": {
Expand All @@ -42,7 +42,8 @@
"nodemon": "^3.0.3",
"pkg": "^5.8.1",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
"typescript": "^5.3.3",
"@vercel/ncc": "^0.38.1"
},
"dependencies": {
"@aws-sdk/client-polly": "^3.515.0",
Expand Down

0 comments on commit bef872a

Please sign in to comment.