We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b836c30 commit d54a0c4Copy full SHA for d54a0c4
packages/script/build.js
@@ -9,8 +9,6 @@ function build(args) {
9
"rollup.config.js"
10
)
11
12
- // console.log({ configPath, cwd: process.cwd(), args: process.argv.slice(2) });
13
-
14
spawn("yarn", ["rollup", "-c", configPath, ...args], {
15
stdio: "inherit",
16
// cwd: "foo"
0 commit comments