first commit
This commit is contained in:
14
terminal/package.json
Normal file
14
terminal/package.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "terminal-workspace",
|
||||
"private": true,
|
||||
"workspaces": [
|
||||
"apps/web",
|
||||
"packages/terminal-core"
|
||||
],
|
||||
"scripts": {
|
||||
"dev": "npm run dev -w apps/web",
|
||||
"build": "npm run build -w packages/terminal-core && npm run build -w apps/web",
|
||||
"test": "npm run test -w packages/terminal-core",
|
||||
"typecheck": "npm run typecheck -w packages/terminal-core && npm run typecheck -w apps/web"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user