mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 22:17:40 +08:00
chore(package): init root build scripts
This commit is contained in:
13
lerna.json
13
lerna.json
@ -1,13 +0,0 @@
|
|||||||
{
|
|
||||||
"lerna": "2.0.0-rc.5",
|
|
||||||
"packages": [
|
|
||||||
"*",
|
|
||||||
"demos/*"
|
|
||||||
],
|
|
||||||
"commands": {
|
|
||||||
"bootstrap": {
|
|
||||||
"ignore": "@stencil/*"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"version": "0.0.0"
|
|
||||||
}
|
|
7369
package-lock.json
generated
7369
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -1,11 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@ionic/source",
|
"name": "@ionic/source",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"private": true,
|
"description": "Ionic mono-repo root package.json, used mainly to execute build scripts. This package is not published to npm.",
|
||||||
"devDependencies": {
|
"private": true
|
||||||
"jest": "^20.0.4",
|
|
||||||
"lerna": "2.9.0",
|
|
||||||
"mocha": "^4.0.1",
|
|
||||||
"np": "^2.16.0"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
1
scripts/README.md
Normal file
1
scripts/README.md
Normal file
@ -0,0 +1 @@
|
|||||||
|
# Build Scripts
|
Reference in New Issue
Block a user