Skip to content

Commit

Permalink
update lerna
Browse files Browse the repository at this point in the history
  • Loading branch information
no-chris committed Oct 24, 2022
1 parent 8e82cdc commit 1374493
Show file tree
Hide file tree
Showing 3 changed files with 1,423 additions and 1,472 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"jest": "^29.2.1",
"jest-handlebars": "^1.0.1",
"jest-localstorage-mock": "^2.4.14",
"lerna": "^4.0.0",
"lerna": "^6.0.1",
"long": "^5.1.0",
"mini-css-extract-plugin": "^2.0.0",
"prettier": "^2.4.1",
Expand All @@ -58,7 +58,7 @@
"url": "https://github.com/no-chris/chord-chart-studio/issues"
},
"scripts": {
"build": "npm run lint && npm run format && npm run test && lerna run build",
"build": "npm run lint && npm run format && npm run test && lerna run build && cp -rf packages/chord-chart-studio/build/* packages/documentation/build/app",
"lint": "eslint packages",
"format": "prettier --write \"**/*.{js,jsx,json,ts,md,scss,css}\"",
"test": "jest",
Expand Down
2 changes: 1 addition & 1 deletion packages/documentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"scripts": {
"docusaurus": "docusaurus",
"start": "docusaurus start --poll",
"build": "docusaurus build && cp -rf ../chord-chart-studio/build/* build/app",
"build": "docusaurus build",
"swizzle": "docusaurus swizzle",
"deploy": "docusaurus deploy",
"clear": "docusaurus clear",
Expand Down
Loading

0 comments on commit 1374493

Please sign in to comment.