We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff225b1 commit bc3e211Copy full SHA for bc3e211
compiler/scripts/release/publish.js
100644
100755
@@ -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');
0 commit comments