Skip to content

Commit 121ba04

Browse files
author
Christopher J. Brody
committed
Mark old bin scripts as UNSUPPORTED
with a note that package scripts should be used instead
1 parent df45977 commit 121ba04

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

bin/test.ps1

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@
66
#
77
# N.B. if you functionally change this script you _must_ change .\bin\test.sh too.
88
#
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+
#
918

1019
param([string]$platform)
1120

bin/test.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@
88
#
99
# N.B. if you functionally change this script you _must_ change .\bin\test.sh too.
1010
#
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+
#
1120

1221
platform=$1
1322

0 commit comments

Comments
 (0)