Skip to content

Commit

Permalink
refactor(core): add lerna publish npm script
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding-SE committed Jul 28, 2020
1 parent 2022c04 commit 7221ae6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"updated": "lerna updated",
"clean:tsconfig-build-cache": "rimraf --maxBusyTries=10 packages/*/dist/tsconfig.tsbuildinfo",
"new-version": "lerna version --conventional-commits",
"publish": "lerna publish from-git",
"serve:demo": "http-server ./docs -p 8888 -a localhost",
"test": "npx jest --runInBand --coverage --config ./test/jest.config.js",
"test:watch": "npx jest --watch --config ./test/jest.config.js"
Expand Down

0 comments on commit 7221ae6

Please sign in to comment.