Skip to content

Commit

Permalink
[ci] Make compiler publish script runnable
Browse files Browse the repository at this point in the history
ghstack-source-id: 309bda2bc31bf21d70d3ad1b6ea0e7834e634a16
Pull Request resolved: #30617
  • Loading branch information
poteto committed Aug 6, 2024
1 parent 47d8528 commit 02217c9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions compiler/scripts/release/publish.js
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#!/usr/bin/env node

'use strict';

const ora = require('ora');
const path = require('path');
const yargs = require('yargs');
Expand Down

0 comments on commit 02217c9

Please sign in to comment.