Skip to content

Commit

Permalink
👷‍♂️ unminified
Browse files Browse the repository at this point in the history
  • Loading branch information
mountainash committed Dec 24, 2023
1 parent 36d32cf commit 1126dcf
Show file tree
Hide file tree
Showing 3 changed files with 31,746 additions and 9 deletions.
31,742 changes: 31,739 additions & 3 deletions dist/index.js

Large diffs are not rendered by default.

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: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"name": "deploy-to-vercel-action",
"version": "1.10.0-beta",
"version": "1.10.0-beta.1",
"description": "Deploy your project to Vercel using GitHub Actions. Supports PR previews and GitHub deployments.",
"type": "commonjs",
"main": "dist/index.js",
"scripts": {
"lint": "eslint ./src",
"dev": "node src/index.js",
"start": "node dist/index.js",
"build": "ncc build src/index.js -m -o dist"
"build": "ncc build src/index.js --target es6 -o dist"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -35,7 +36,7 @@
},
"homepage": "https://github.com/marketplace/actions/deploy-to-vercel-action",
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/core": "^1.10.1",
"@actions/exec": "^1.1.1",
"@actions/github": "6.0.0",
"dotenv": "16.3.1",
Expand Down

0 comments on commit 1126dcf

Please sign in to comment.