mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
[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:
4
compiler/scripts/release/publish.js
Normal file → Executable file
4
compiler/scripts/release/publish.js
Normal file → Executable file
@@ -1,3 +1,7 @@
|
||||
#!/usr/bin/env node
|
||||
|
||||
'use strict';
|
||||
|
||||
const ora = require('ora');
|
||||
const path = require('path');
|
||||
const yargs = require('yargs');
|
||||
|
||||
Reference in New Issue
Block a user