FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
ionic/.scripts/build.js at css-variable-docs-test · ModusCreateOrg/ionic · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
ModusCreateOrg
/
ionic
Public
forked from
ionic-team/ionic-framework
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
ionic
/
.scripts
/
build.js
Copy path
More file actions
More file actions
Latest commit
History
History
History
15 lines (11 loc) · 292 Bytes
Breadcrumbs
ionic
/
.scripts
/
build.js
Copy path
File metadata and controls
15 lines (11 loc) · 292 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
const
common
=
require
(
'./common'
)
;
const
Listr
=
require
(
'listr'
)
;
async
function
main
(
)
{
const
tasks
=
[
]
;
common
.
packages
.
forEach
(
package
=>
{
common
.
preparePackage
(
tasks
,
package
)
;
}
)
;
const
listr
=
new
Listr
(
tasks
,
{
showSubtasks
:
true
}
)
;
await
listr
.
run
(
)
;
}
main
(
)
;
Back
|
FazBrowse Home
|
New Git URL