Skip to content

Commit 102c2c5

Browse files
committed
chore: lint
1 parent 7daa22e commit 102c2c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/cmds/docker_cmds/build.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ export const handler = async (argv) => {
2727
await fs.writeFile(tmpDockerfile, dockerfile);
2828

2929
// try running compile before hand
30-
if (argv.pkg.scripts.compile) { {
31-
await $({ stdio: 'inherit' })`npm run compile`
30+
if (argv.pkg.scripts.compile) {
31+
await $({ stdio: 'inherit' })`npm run compile`;
3232
}
3333

3434
const args = ['-t', mainTag, '-f', tmpDockerfile];

0 commit comments

Comments
 (0)