Skip to content

Commit

Permalink
pnpm: run demo from root
Browse files Browse the repository at this point in the history
  • Loading branch information
mrlika committed Jan 20, 2024
1 parent b0c691a commit bf6ad4a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"pack-packages": "pnpm --filter './packages/**' exec -- pnpm pack",
"lint": "pnpm --recursive run lint",
"prettier": "pnpm --recursive run prettier",
"type-check": "pnpm --recursive run type-check"
"type-check": "pnpm --recursive run type-check",
"dev": "pnpm --filter './demo' run dev"
},
"devDependencies": {
"@types/debug": "^4.1.12",
Expand Down

0 comments on commit bf6ad4a

Please sign in to comment.