Skip to content

Commit

Permalink
chore: Updated scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
mnasyrov committed Nov 10, 2021
1 parent 8308310 commit ed7b2fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 3 additions & 0 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
"allowBranch": "main",
"conventionalCommits": true,
"exact": true
},
"publish": {
"from-git": true
}
}
}
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@
"docs": "node scripts/docs.js",
"preversion": "npm run build && npm run lint && npm run test && npm run docs && git add --all",
"prepare": "husky install",
"prepublishOnly": "npm run clean && npm run build",
"release-version": "lerna version",
"release-publish": "lerna publish from-git"
"prepublishOnly": "npm run clean && npm run build"
},
"devDependencies": {
"@rollup/plugin-commonjs": "19.0.0",
Expand Down

0 comments on commit ed7b2fc

Please sign in to comment.