Skip to content

Commit

Permalink
fix bin paths
Browse files Browse the repository at this point in the history
  • Loading branch information
mangs committed Feb 23, 2024
1 parent 1cdbdd1 commit cc0767b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
"./utils"
],
"bin": {
"check-environment-symlinks": "./scripts/bun/checkEnvironmentSymlinks.mts",
"check-environment-versions": "./scripts/bun/checkEnvironmentVersions.mts",
"devserver": "./scripts/bun/startDevelopmentServer.mts",
"install-git-hooks": "./scripts/git/installGitHooks.mts",
"remove-git-hooks": "./scripts/git/removeGitHooks.mts"
"check-environment-symlinks": "scripts/bun/checkEnvironmentSymlinks.mts",
"check-environment-versions": "scripts/bun/checkEnvironmentVersions.mts",
"devserver": "scripts/bun/startDevelopmentServer.mts",
"install-git-hooks": "scripts/git/installGitHooks.mts",
"remove-git-hooks": "scripts/git/removeGitHooks.mts"
},
"exports": {
"./build": "./utils/buildUtils.mts",
Expand Down

0 comments on commit cc0767b

Please sign in to comment.