UNPKG
@apache-royale/royale-js
Version:
latest (0.9.12)
0.9.12
0.9.11
0.9.10
0.9.9
0.9.8
0.9.7
0.9.6
0.9.4
0.9.3
0.9.1
0.9.0
0.0.1
Apache Royale (formerly FlexJS)
royale.apache.org
@apache-royale/royale-js
/
royale-asjs
/
frameworks
/
themes
/
Basic
/
.vscode
/
tasks.json
8 lines
•
199 B
JSON
View Raw
1
2
3
4
5
6
7
8
{
// for the documentation about the tasks.json format
"version"
:
"0.1.0"
,
"command"
:
"mvn"
,
"args"
:
[
"clean"
,
"install"
,
"-DskipTests"
]
,
"isShellCommand"
:
true
,
"showOutput"
:
"always"
}