[ci] Make compiler publish script runnable

ghstack-source-id: 309bda2bc3
Pull Request resolved: https://github.com/facebook/react/pull/30617
This commit is contained in:
Lauren Tan
2024-08-06 14:53:00 -04:00
parent 47d85282bc
commit 02217c9e12

4
compiler/scripts/release/publish.js Normal file → Executable file
View File

@@ -1,3 +1,7 @@
#!/usr/bin/env node
'use strict';
const ora = require('ora');
const path = require('path');
const yargs = require('yargs');