Skip to content

Commit

Permalink
an okay if a little slow dev cycle now in place
Browse files Browse the repository at this point in the history
  • Loading branch information
mcnuttandrew committed Jul 6, 2023
1 parent daa7c76 commit 9283dbc
Show file tree
Hide file tree
Showing 7 changed files with 6,095 additions and 185 deletions.
90 changes: 0 additions & 90 deletions old-package.json

This file was deleted.

9 changes: 9 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
{
"name": "prong",
"private": true,
"scripts": {
"start:docs": "cd sites/docs && yarn dev",
"start:prong": "cd packages/prong && yarn dev",
"start": "run-p start:docs start:prong"
},
"devDependencies": {
"lerna": "^4.0.0",
"npm-run-all": "^4.1.5"
},
"workspaces": {
"packages": [
"packages/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/prong/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "prong",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"dev": " vite build --watch --config vite.config.ts",
"build": "tsc && vite build",
"preview": "vite preview",
"test": "jest",
Expand Down
2 changes: 1 addition & 1 deletion packages/prong/src/lib/dock.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ function Content(props: {
<div>
<b>Menu</b>
</div>
<div>Click the circle to drag and place this menu</div>
<div>Click the circle to drag and place this menu!!!</div>
<div>
Press CMD+. to reattach the menu
{setDock && (
Expand Down
File renamed without changes.
8 changes: 6 additions & 2 deletions sites/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,11 @@
"eslint": "^8.44.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.1",
"lerna": "^6.5.1",
"typescript": "^5.0.2",
"vite": "^4.4.0"
}
}
},
"workspaces": [
"packages/*"
]
}
Loading

0 comments on commit 9283dbc

Please sign in to comment.