We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 361931e commit d5d2ef4Copy full SHA for d5d2ef4
lib/publish.js
@@ -1,7 +1,7 @@
1
const glob = require('glob');
2
const semver = require('semver');
3
const { execSync } = require('child_process');
4
-const path = require('path');
+// const path = require('path');
5
6
function getLatestVersion(files) {
7
console.log('Files passed to getLatestVersion:', files);
@@ -87,4 +87,4 @@ const args = process.argv.slice(2);
87
const browserIndex = args.indexOf('--b');
88
const browsers = browserIndex !== -1 ? args.slice(browserIndex + 1) : [];
89
90
-runPublishCommand(browsers);
+runPublishCommand(browsers);
0 commit comments