Skip to content

Commit

Permalink
chore(lerna): remove args
Browse files Browse the repository at this point in the history
  • Loading branch information
Novout committed Apr 3, 2023
1 parent 42f97d4 commit da0b15f
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 @@ -10,7 +10,7 @@
"serve": "lerna run serve",
"build": "lerna run build",
"test": "lerna run test",
"lint": "lerna run lint --parallel --no-cache",
"lint": "lerna run lint",
"deploy": "yarn bootstrap && yarn build",
"patch": "generi log patch",
"minor": "generi log minor",
Expand Down

0 comments on commit da0b15f

Please sign in to comment.