Skip to content

Commit c416780

Browse files
committed
Use relative path to main.proto
1 parent cc82c45 commit c416780

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const tools = require('@accility/protoc-tools')
22
const gRPCWeb = require('..')
33

44
tools.protoc({
5-
files: [__dirname + '/main.proto'],
5+
files: ['main.proto'],
66
includeDirs: [__dirname],
77
outDir: __dirname + '/generated',
88
outOptions: [

0 commit comments

Comments
 (0)