Skip to content

Commit

Permalink
chore: Add build and dev scripts to root package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
coffeeorgreentea committed Aug 6, 2024
1 parent aa8b4f2 commit 37029ef
Show file tree
Hide file tree
Showing 2 changed files with 578 additions and 33 deletions.
5 changes: 4 additions & 1 deletion grimoire/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"name": "grimoire-monorepo",
"version": "0.0.1",
"scripts": {},
"scripts": {
"build": "pnpm -r build",
"dev": "pnpm --filter playground grimoire dev"
},
"resolutions": {
"undici": "^6.19.2",
"jiti": "2.0.0-beta.3"
Expand Down
Loading

0 comments on commit 37029ef

Please sign in to comment.