Compare commits

..

No commits in common. "11a9a4a9292a5edf3354d44f32a0e3dd2d1aaafd" and "35612d2f18fb7b2c9af5004a642257c83909a0ae" have entirely different histories.

2 changed files with 4 additions and 3 deletions

View File

@ -1,7 +1,7 @@
{
"name": "roadsign-cli",
"module": "index.ts",
"version": "1.0.1",
"version": "1.0.0",
"repository": "https://github.com/solsynth/roadsign",
"type": "module",
"scripts": {
@ -33,5 +33,4 @@
"figlet": "^1.7.0",
"ora": "^8.1.0"
}
}
}

View File

@ -41,6 +41,8 @@ export class DeployCommand extends Command {
let isDirectory = false
if (fs.statSync(input).isDirectory()) {
input = path.join(input, "*")
const compressPrefStart = performance.now()
const compressSpinner = ora(`Compressing ${chalk.bold(input)}...`).start()
const destName = path.join(os.tmpdir(), `${Date.now()}-roadsign-archive.zip`)