Skip to content

Commit

Permalink
Remove junk.
Browse files Browse the repository at this point in the history
  • Loading branch information
kaby76 committed Sep 16, 2024
1 parent f6f6e54 commit e659bff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions src/trgen/templates/TypeScript/st.build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,6 @@ antlr4 -v $version -encoding <antlr_encoding> -Dlanguage=TypeScript <x.AntlrArgs

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
2 changes: 1 addition & 1 deletion src/trgen/templates/TypeScript/st.run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
set -e
set -x

exec npx tsx Test.ts "$@"
exec npx tsx Test.js "$@"

exit $?

0 comments on commit e659bff

Please sign in to comment.