blob: 4944779d8417d86ffc555295985547bd36ca8153 [file] [log] [blame]
#!/bin/bash
# Copyright 2022 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
cd "$(dirname "$0")" || exit 1
npm list typescript || npm install typescript
npx ts-node ./src/tools/install.ts "$@"