Skip to content

Commit

Permalink
Merge pull request #2 from embroider-build/remove-tsup
Browse files Browse the repository at this point in the history
revert back from tsup to tsc
  • Loading branch information
mansona authored Nov 20, 2023
2 parents 591c414 + e18ebbc commit 98b3d46
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 650 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"repository": "https://github.com/embroider-build/release-plan",
"scripts": {
"prepare": "npm run build",
"build": "tsup src/cli.ts --format esm",
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
Expand All @@ -32,7 +32,6 @@
"yargs": "^17.0.1"
},
"devDependencies": {
"tsup": "^7.3.0",
"typescript": "^5.2.2"
}
}
Loading

0 comments on commit 98b3d46

Please sign in to comment.