Skip to content

Commit

Permalink
Remove archaic package.json ln scripts. This closes #618 (#623)
Browse files Browse the repository at this point in the history
  • Loading branch information
purplecabbage authored Jun 26, 2024
1 parent 57e9984 commit 8b56f82
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,6 @@
"gen-health": "node bin/gen-health-table.js",
"prepack": "oclif manifest && oclif readme",
"version": "oclif readme && git add README.md",
"link": "ln -s \"$(pwd)\"/bin/run /usr/local/bin/aio",
"unlink": "rm /usr/local/bin/aio",
"e2e": "jest --collectCoverage=false --testRegex './e2e/e2e.js'"
}
}

0 comments on commit 8b56f82

Please sign in to comment.