Skip to content

Commit

Permalink
check changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Anmol-Baranwal committed Nov 11, 2023
1 parent f0b6876 commit 6898d5e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
9 changes: 9 additions & 0 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "dist/index.js",
"scripts": {
"test": "npm test",
"build": "tsc",
"build": "tsc && ncc build lib/index.js",
"workflow": "npm run build && node dist/index.js"
},
"repository": {
Expand Down Expand Up @@ -35,6 +35,7 @@
"@actions/core": "^1.10.1",
"@actions/github": "^6.0.0",
"@types/node": "^20.8.6",
"@vercel/ncc": "^0.38.1",
"typescript": "^5.2.2"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"compilerOptions": {
"target": "ES2019",
"module": "commonjs",
"outDir": "dist",
"outDir": "lib",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
Expand Down

0 comments on commit 6898d5e

Please sign in to comment.