Skip to content

Commit

Permalink
Fix cli/package.json main
Browse files Browse the repository at this point in the history
Co-authored-by: Valérian Rousset <[email protected]>
  • Loading branch information
JulienVig and tharvik authored Feb 28, 2024
1 parent 0cebb4a commit f793de3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@epfml/disco-cli",
"private": true,
"main": "dist/cli.ts",
"main": "dist/cli.js",
"scripts": {
"watch": "nodemon --ext ts --ignore dist --watch ../discojs/discojs-node/dist --watch ../server/dist --watch . --exec npm run",
"start": "npm run build && node dist/cli.js",
Expand Down

0 comments on commit f793de3

Please sign in to comment.