Skip to content

Commit 4d16ce2

Browse files
committed
add missing shebang
1 parent 0c45d3e commit 4d16ce2

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

.changes/missing-shebang.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"create-tauri-app": "patch"
3+
---
4+
5+
Add missing shebang for node cli

node/create-tauri-app.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env node
2+
13
// Copyright 2019-2022 Tauri Programme within The Commons Conservancy
24
// SPDX-License-Identifier: Apache-2.0
35
// SPDX-License-Identifier: MIT

0 commit comments

Comments
 (0)