Skip to content

Commit

Permalink
chore: fix lerna scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
daybrush committed Apr 27, 2022
1 parent b8d1bc7 commit f7840c4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
]
}
],
"lernaHelperScripts": [
"lernaHelperBeforeRelease": [
"npm run packages:build",
"npm run demo:build",
"npm run deploy"
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,14 @@
"doc": "rm -rf ./doc && jsdoc -c jsdoc.json",
"build:storybook": "npm run build --preifx ./packages/storybook",
"build:storybook2": "npm run build:storybook --preifx ./packages/react-moveable",
"demo:build": "npm run packages:build && npm run doc && npm run build:storybook && npm run build:storybook",
"demo:build": "npm run packages:build && npm run doc && npm run build:storybook && npm run build:storybook2",
"demo:deploy": "gh-pages -d ./demo --dest=./ --add --remote origin",
"deploy": "lerna-helper deploy --base moveable",
"release": "lerna-helper release --base moveable"
},
"devDependencies": {
"@daybrush/jsdoc": "^0.4.0",
"@daybrush/release": "^0.3.0-beta.18",
"@daybrush/release": "^0.3.0-beta.19",
"cpx": "1.5.0",
"daybrush-jsdoc-template": "^1.7.0",
"gh-pages": "^2.0.1",
Expand Down

0 comments on commit f7840c4

Please sign in to comment.