Skip to content

Commit

Permalink
complete migration to turbo
Browse files Browse the repository at this point in the history
  • Loading branch information
cdriesler committed May 15, 2022
1 parent 703942a commit 3da2053
Show file tree
Hide file tree
Showing 5 changed files with 69 additions and 143 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ node_modules/
build/
dist/

.vscode

.vscode
.turbo
4 changes: 2 additions & 2 deletions examples/nodepen-viewer/nodepen-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"@nodepen/core": "^1.1.0",
"@nodepen/nodes": "^1.1.0",
"next": "12.1.4",
"react": "18.0.0",
"react-dom": "18.0.0"
"react": "18.1.0",
"react-dom": "18.1.0"
},
"devDependencies": {
"@types/node": "17.0.13",
Expand Down
185 changes: 49 additions & 136 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@
},
"license": "MIT",
"scripts": {
"build": "npx lerna run build --stream",
"dev": "npm run clear && npx lerna run dev --parallel --scope @nodepen/core --scope @nodepen/nodes --scope nodepen-viewer-example",
"bootstrap": "npm i && npx lerna bootstrap -- --legacy-peer-deps && npx lerna run build",
"build": "npx turbo run build",
"dev": "npm run clear &&npx turbo run dev",
"clear": "kill-port 4000,4100"
},
"devDependencies": {
Expand All @@ -33,7 +32,8 @@
"typescript": "4.6.3"
},
"workspaces": [
"packages/*",
"packages/core",
"packages/nodes",
"examples/nodepen-viewer/nodepen-client"
]
}
Loading

0 comments on commit 3da2053

Please sign in to comment.