mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-01-13 08:59:54 +08:00
13 lines
102 B
Bash
Executable File
13 lines
102 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
BASE_DIR=`dirname $0`
|
|
cd $BASE_DIR
|
|
|
|
./run-tests.sh
|
|
|
|
node src/closureSlurper.js
|
|
|
|
|