Skip to content

Commit 4ae7671

Browse files
authored
Merge pull request #7011 from Shopify/add-shebang-back-to-release-script
add shebang back to script and disable lint rule
2 parents feecd27 + 30bef0c commit 4ae7671

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

bin/create-doc-pr.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// eslint-disable-next-line n/shebang
2+
#!/usr/bin/env node
13

24
import {fileURLToPath} from "node:url"
35
import {createRequire} from 'node:module'

0 commit comments

Comments
 (0)