Skip to content

Commit

Permalink
PIPE-268 - fix build in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryangr0 committed Oct 16, 2024
1 parent 5e0fd54 commit 734fa76
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"description": "Github action to fetch tasks from Clickup via the API",
"main": "src/main.ts",
"scripts": {
"build": "ncc build src/main.ts -o dist",
"build": "tsc",
"build-local": "ncc build src/main.ts -o dist",
"test": "tsc --noEmit && jest"
},
"license": "MIT",
Expand Down

0 comments on commit 734fa76

Please sign in to comment.