Skip to content

Commit

Permalink
fix: yarn workspace duplicate error
Browse files Browse the repository at this point in the history
  • Loading branch information
trylovetom committed May 7, 2020
1 parent 22915f7 commit dfd6c61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"packages/logger",
"packages/ton",
"packages/bin",
"packages/*"
"packages/balance"
],
"scripts": {
"dev": "nodemon --watch '{packages,example}/**/*.ts' --ignore '{packages,example}/**/*.{spec,test}.ts' --exec 'ts-node'",
Expand Down

0 comments on commit dfd6c61

Please sign in to comment.