Skip to content

Commit a4efa8b

Browse files
committed
fix lint
1 parent bc649ce commit a4efa8b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

packages/pwa-kit-dev/bin/pwa-kit-dev.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,11 @@ const main = async () => {
194194
'babel-node'
195195
)
196196
execSync(
197-
`${babelNode} ${inspect ? '--inspect' : ''} ${p.join(process.cwd(), 'app', 'ssr.js')}`,
197+
`${babelNode} ${inspect ? '--inspect' : ''} ${p.join(
198+
process.cwd(),
199+
'app',
200+
'ssr.js'
201+
)}`,
198202
{
199203
env: {
200204
...process.env,

0 commit comments

Comments
 (0)