mirror of https://github.com/tensorflow/tfjs.git
16 lines
337 B
Bash
Executable File
16 lines
337 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
# Copyright 2018 Google LLC
|
|
#
|
|
# Use of this source code is governed by an MIT-style
|
|
# license that can be found in the LICENSE file or at
|
|
# https://opensource.org/licenses/MIT.
|
|
# =============================================================================
|
|
|
|
set -e
|
|
|
|
# Regular testing.
|
|
yarn build
|
|
yarn lint
|
|
yarn test
|