Skip to content

Commit

Permalink
top level run dev script
Browse files Browse the repository at this point in the history
  • Loading branch information
funwithtriangles committed Nov 10, 2024
1 parent 0bb27b1 commit 2770fc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
]
},
"scripts": {
"dev": "lerna run dev --parallel",
"typecheck": "lerna run typecheck",
"lint": "lerna run lint",
"format": "prettier --write ."
Expand Down
1 change: 1 addition & 0 deletions packages/desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@hedron/desktop",
"version": "1.0.0",
"description": "Visual app using three.js",
"main": "./out/main/index.js",
"scripts": {
"lint": "eslint . --ext .js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix",
"typecheck:node": "tsc --noEmit -p tsconfig.node.json --composite false",
Expand Down

0 comments on commit 2770fc5

Please sign in to comment.