Skip to content

Commit

Permalink
fix(): release command
Browse files Browse the repository at this point in the history
  • Loading branch information
doug-martin committed Jun 23, 2020
1 parent 23bf809 commit 79ec47f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -7,7 +7,7 @@
"build": "lerna run build",
"lerna:pub": "lerna publish from-git",
"lerna:version": "lerna version",
"release": "npm run build && npm run lerna:version && npm lerna:pub",
"release": "npm run build && npm run lerna:version && npm run lerna:pub",
"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 79ec47f

Please sign in to comment.