Skip to content

Commit

Permalink
feature: move execa to build folder (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
levivilet authored Oct 4, 2024
1 parent db4575d commit eb661b1
Show file tree
Hide file tree
Showing 4 changed files with 294 additions and 4 deletions.
1 change: 0 additions & 1 deletion package-lock.json

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

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"@lerna/legacy-package-management": "^8.1.8",
"@lvce-editor/server": "^0.35.2",
"@types/node": "^22.7.4",
"execa": "^9.4.0",
"lerna": "^8.1.8",
"prettier": "^3.3.3",
"typescript": "^5.6.2"
Expand Down
291 changes: 291 additions & 0 deletions packages/build/package-lock.json

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

5 changes: 3 additions & 2 deletions packages/build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"keywords": [],
"author": "",
"license": "MIT",
"dependencies": {},
"devDependencies": {}
"dependencies": {
"execa": "^9.4.0"
}
}

0 comments on commit eb661b1

Please sign in to comment.