Skip to content

Commit

Permalink
chore: remove the unused variables (#3564)
Browse files Browse the repository at this point in the history
  • Loading branch information
Maidang1 authored Nov 4, 2022
1 parent 8cf4784 commit a39ce7f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/build.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
const fs = require("fs-extra")
const path = require("path")
const execa = require("execa")
const minimist = require("minimist")
const { basename } = require("path")

const stdio = ["ignore", "inherit", "pipe"]
const opts = { stdio }
Expand Down

0 comments on commit a39ce7f

Please sign in to comment.