Skip to content

Commit

Permalink
chore: Release 3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
malangfox committed Aug 30, 2022
1 parent 8a61519 commit f4118a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"packages:build": "lerna run build --ignore demo",
"packages:publish": "lerna-helper publish --commit 'chore: update packages versions'",
"docs:build": "rm -rf ./packages/demo/docs/api && jsdoc-to-mdx -c ./jsdoc-to-mdx.json",
"demo:build": "npm run docs:build && npm run build --prefix packages/demo",
"demo:build": "",
"demo:build-docusaurus": "npm run build --prefix demo",
"demo:deploy": "lerna-helper deploy --base @egjs/axes --remote upstream",
"demo:deploy": "",
"demo:deploy-origin": "lerna-helper deploy --base @egjs/axes --remote origin",
"release": "lerna-helper release --base @egjs/axes --remote upstream --branch master",
"prepush": "npm run lint",
Expand Down

0 comments on commit f4118a2

Please sign in to comment.