File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 6
6
#
7
7
# N.B. if you functionally change this script you _must_ change .\bin\test.sh too.
8
8
#
9
+ # STATUS: UNSUPPORTED
10
+ #
11
+ # A known issue is that this script needs old coffeescript@1 or coffee-script@1
12
+ # to be installed globally while the package script is using locally installed
13
+ # version of coffeescript@1.
14
+ #
15
+ # It is recommended to use the package scripts with npm or yarn tool instead
16
+ # of this script.
17
+ #
9
18
10
19
param ([string ]$platform )
11
20
Original file line number Diff line number Diff line change 8
8
#
9
9
# N.B. if you functionally change this script you _must_ change .\bin\test.sh too.
10
10
#
11
+ # STATUS: UNSUPPORTED
12
+ #
13
+ # A known issue is that this script needs old coffeescript@1 or coffee-script@1
14
+ # to be installed globally while the package script is using locally installed
15
+ # version of coffeescript@1.
16
+ #
17
+ # It is recommended to use the package scripts with npm or yarn tool instead
18
+ # of this script.
19
+ #
11
20
12
21
platform=$1
13
22
You can’t perform that action at this time.
0 commit comments