Skip to content

Commit

Permalink
➕ Add @vercel/ncc
Browse files Browse the repository at this point in the history
  • Loading branch information
sercanuste committed Sep 29, 2022
1 parent 4b4c2c6 commit 1ee5450
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
18 changes: 18 additions & 0 deletions package-lock.json

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

7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
"version": "0.0.1",
"description": "GitHub Action for gitmoji-changelog",
"main": "index.js",
"scripts": {},
"scripts": {
"prepare": "ncc build index.js -o dist --source-map --license licenses.txt"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sercanuste/gitmoji-changelog-action.git"
Expand All @@ -24,5 +26,8 @@
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/exec": "^1.1.1"
},
"devDependencies": {
"@vercel/ncc": "^0.34.0"
}
}

0 comments on commit 1ee5450

Please sign in to comment.