Skip to content

Commit b174313

Browse files
committed
bak
1 parent 877b453 commit b174313

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jsclient/test/command.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ test('info', async () => {
1313
})
1414

1515
test('upload', async () => {
16-
const exampleProjectDir = path.join(path.resolve(__dirname, '../../example/js-app-example'), 'build')
16+
const exampleProjectDir = path.join(path.resolve(__dirname, '../../../example/js-app-example'), 'build')
1717
console.log(`upload path ${exampleProjectDir}`)
1818
const result = await runCommand(['upload', exampleProjectDir, LOCAL_HOST])
1919
// console.log(result)

0 commit comments

Comments
 (0)