[ci] Make compiler publish script runnable
ghstack-source-id: 309bda2bc31bf21d70d3ad1b6ea0e7834e634a16 Pull Request resolved: https://github.com/facebook/react/pull/30617
Lauren Tan committed
Aug 6, 2024 at 14:53 UTC
02217c9e1245503d2ba3f7c14244bc11dfd7a97b
1 file changed
+4
compiler/scripts/release/publish.js
+4
@@ -1,3 +1,7 @@
1
+#!/usr/bin/env node
2
+
3
+'use strict';
4
+
5
const ora = require('ora');
6
const path = require('path');
7
const yargs = require('yargs');