Skip to content

Commit

Permalink
fix(): Fix lerna:version command
Browse files Browse the repository at this point in the history
  • Loading branch information
doug-martin committed May 15, 2020
1 parent 2592c25 commit 6da1eb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -6,7 +6,7 @@
"clean": "lerna run clean",
"build": "lerna run build",
"lerna:pub": "lerna publish from-git",
"lerna::version": "lerna version",
"lerna:version": "lerna version",
"test": "npm run lint && npm run jest && npm run examples",
"lint": "npm run lint:ts && npm run lint:js",
"lint:fix": "npm run lint:ts -- --fix && npm runlint:js -- --fix",
Expand Down

0 comments on commit 6da1eb3

Please sign in to comment.