Skip to content

Commit

Permalink
Temp chnage to see wtf is going on.
Browse files Browse the repository at this point in the history
  • Loading branch information
kaby76 committed Sep 16, 2024
1 parent 6b9814b commit f370222
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions src/trgen/templates/TypeScript/st.build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Generated from trgen <version>
set -e
set -x

if [ -f transformGrammar.py ]; then python3 transformGrammar.py ; fi

Expand All @@ -13,7 +13,14 @@ version=`grep antlr4 package.json | awk '{print $2}' | tr -d '"' | tr -d ',' | t
antlr4 -v $version -encoding <antlr_encoding> -Dlanguage=TypeScript <x.AntlrArgs> <antlr_tool_args:{y | <y> } > <x.GrammarFileName>
} >

npm install -g typescript@5.3.3 ts-node@10.9.2
npm install -g typescript ts-node
npm install

ls /opt/hostedtoolcache/node
ls /opt/hostedtoolcache/node/21.7.3
ls /opt/hostedtoolcache/node/21.7.3/x64/bin/node_modules/
ls /opt/hostedtoolcache/node/21.7.3/x64/bin/node_modules/ts-node/dist

set -e
tsc -p tsconfig.json --pretty
exit 0

0 comments on commit f370222

Please sign in to comment.