Skip to content

Commit

Permalink
Fix(build)/remove workspace config (#1122)
Browse files Browse the repository at this point in the history
* fix(build): remove workspace config in root package.json

* fix(build): remove workspace config in frontend package.json
  • Loading branch information
Jipperism authored Oct 12, 2023
1 parent 97046e4 commit 2d6e7d2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
6 changes: 0 additions & 6 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@
"name": "@hypercerts-org/frontend",
"version": "0.1.0",
"license": "Apache-2.0",
"workspaces": {
"nohoist": [
"@rainbow-me/rainbowkit",
"wagmi"
]
},
"scripts": {
"build": "export SENTRY_RELEASE=`sentry-cli releases propose-version` && next build",
"start": "serve out",
Expand Down
5 changes: 0 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@
"author": "Hypercerts Foundation",
"license": "Apache-2.0",
"private": true,
"workspaces": {
"nohoist": [
"graph"
]
},
"scripts": {
"build": "turbo run build --concurrency=100%",
"copy": "pnpm copy:frontend && pnpm copy:docs && pnpm copy:html",
Expand Down

0 comments on commit 2d6e7d2

Please sign in to comment.