Skip to content

Commit

Permalink
Add shebang
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Nowak <[email protected]>
  • Loading branch information
rynowak committed Jan 1, 2025
1 parent d5cf75b commit 4dcae0f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export default tseslint.config(
'**/webpack.config.js',
'**/dist/**',
'**/bicep-types/**',
'**/bin.js',
],
},
eslint.configs.recommended,
Expand Down
2 changes: 2 additions & 0 deletions packages/manifest-to-bicep-extension/bin.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/usr/bin/env node
require('@radius-project/manifest-to-bicep-extension')
2 changes: 1 addition & 1 deletion packages/manifest-to-bicep-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
],
"main": "dist/bundle.js",
"bin": {
"manifest-to-bicep": "dist/bundle.js"
"manifest-to-bicep": "bin.js"
},
"bundledDependencies": [
"bicep-types",
Expand Down

0 comments on commit 4dcae0f

Please sign in to comment.