Skip to content

Commit

Permalink
fix: ci failure
Browse files Browse the repository at this point in the history
  • Loading branch information
plantain-00 committed Feb 19, 2022
1 parent c6c2337 commit 4afc7d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clean-scripts.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default {
},
revStaticCommand,
{
default: 'node ./dist/cli.js -p ../types-as-schema.config.ts',
default: 'node ./dist/cli.js -p ./types-as-schema.config.ts',
logTool: 'node ./dist/cli.js demo/log-tool/types.ts --json demo/log-tool/ --debug demo/log-tool/debug.json --protobuf demo/log-tool/protocol.proto',
matchCalculator: 'node ./dist/cli.js demo/match-calculator/types.ts --json demo/match-calculator/ --debug demo/match-calculator/debug.json',
baogame: 'node ./dist/cli.js demo/baogame/common.ts --protobuf demo/baogame/protocol.proto --debug demo/baogame/debug.json'
Expand Down

0 comments on commit 4afc7d3

Please sign in to comment.