FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
NativeScript/tools/scripts/project.json at main · NativeScript/NativeScript · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
NativeScript
/
NativeScript
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
1.7k
Star
25.6k
Code
Issues
771
Pull requests
62
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
NativeScript
/
tools
/
scripts
/
project.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
18 lines (18 loc) · 387 Bytes
Breadcrumbs
NativeScript
/
tools
/
scripts
/
project.json
Copy path
File metadata and controls
18 lines (18 loc) · 387 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
16
17
18
{
"name"
:
"
core-api-docs
"
,
"$schema"
:
"
../../node_modules/nx/schemas/project-schema.json
"
,
"sourceRoot"
:
"
tools/scripts
"
,
"projectType"
:
"
library
"
,
"generators"
: {},
"targets"
: {
"build"
: {
"executor"
:
"
nx:run-commands
"
,
"outputs"
: [
"
{projectRoot}/dist
"
],
"options"
: {
"commands"
: [
"
./build-docs.sh
"
],
"cwd"
:
"
tools/scripts
"
,
"parallel"
:
false
}
}
}
}
Back
|
FazBrowse Home
|
New Git URL