We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7daa22e commit 102c2c5Copy full SHA for 102c2c5
bin/cmds/docker_cmds/build.js
@@ -27,8 +27,8 @@ export const handler = async (argv) => {
27
await fs.writeFile(tmpDockerfile, dockerfile);
28
29
// try running compile before hand
30
- if (argv.pkg.scripts.compile) { {
31
- await $({ stdio: 'inherit' })`npm run compile`
+ if (argv.pkg.scripts.compile) {
+ await $({ stdio: 'inherit' })`npm run compile`;
32
}
33
34
const args = ['-t', mainTag, '-f', tmpDockerfile];
0 commit comments