Skip to content

Commit

Permalink
Merge pull request #23 from guncha/patch-1
Browse files Browse the repository at this point in the history
Unbreak the nightly build
  • Loading branch information
basarat authored Sep 30, 2016
2 parents d5b9260 + 0b69d3a commit c1bb86c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ npm install
cp ./built/local/* ./bin/

# Copy the source TypeScript compiler and services, but not the tsconfig.json files
cp ./src/compiler/* ../src/compiler
cp -r ./src/compiler/* ../src/compiler
cp -r ./src/services/* ../src/services
rm ../src/services/tsconfig.json ../src/compiler/tsconfig.json

Expand Down

0 comments on commit c1bb86c

Please sign in to comment.