Skip to content
This repository was archived by the owner on Jun 28, 2022. It is now read-only.

Commit

Permalink
fix: script
Browse files Browse the repository at this point in the history
  • Loading branch information
arantespp committed Aug 14, 2020
1 parent a5dcb8a commit 52ee751
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@
"update-all": "npx ncu -u && lerna exec -- npx ncu -u",
"reinstall": "yarn run remove-all-node-modules && yarn",
"remove-all-node-modules": "npx lerna exec -- rm -rf node_modules && rm -rf node_modules && rm -f yarn.lock",
"deploy-packages": "lerna exec --scope pepe-cli -- npm publish && lerna run deploy --scope pepe-cli-website",
"deploy:patch": "lerna version patch --force-publish --yes && yarn run deploy-packages",
"deploy:minor": "lerna version minor --force-publish --yes && yarn run deploy-packages"
"publish": "lerna publish && lerna run deploy --scope pepe-cli-website"
},
"repository": {
"type": "git",
Expand Down
1 change: 1 addition & 0 deletions packages/website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "pepe-cli-website",
"version": "0.3.3",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
"start": "docusaurus start",
Expand Down

0 comments on commit 52ee751

Please sign in to comment.