mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
chore: root package configurations and commands
This commit is contained in:
16
package.json
16
package.json
@@ -1,11 +1,23 @@
|
||||
{
|
||||
"private": true,
|
||||
"description": "Ionic mono-repo root package.json, used mainly to execute build scripts. This package is not published to npm.",
|
||||
"scripts": {
|
||||
"build": "turbo run build",
|
||||
"test": "turbo run test",
|
||||
"lint": "turbo run lint",
|
||||
"dev": "turbo run dev"
|
||||
},
|
||||
"devDependencies": {
|
||||
"lerna": "^5.5.2",
|
||||
"semver": "^5.5.0"
|
||||
"semver": "^5.5.0",
|
||||
"turbo": "^1.5.6"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 15"
|
||||
}
|
||||
},
|
||||
"workspaces": [
|
||||
"packages/*",
|
||||
"core",
|
||||
"angular"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user