Skip to content

Commit

Permalink
fix(build): publish typings directory to our npm snapshot branch
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeagle committed Feb 11, 2016
1 parent 3d715a2 commit 19cfb4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ tmp
*.js.map

# Or type definitions we mirror from github
# (NB: these lines are removed in publish-build-artifacts.sh)
**/typings/**/*.d.ts
**/typings/tsd.cached.json

Expand Down
2 changes: 1 addition & 1 deletion scripts/publish/publish-build-artifacts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ function publishRepo {
# copy over build artifacts into the repo directory
rm -rf $REPO_DIR/*
cp -R $ARTIFACTS_DIR/* $REPO_DIR/
cp .gitignore $REPO_DIR/
grep -v /typings/ .gitignore > $REPO_DIR/.gitignore
echo `date` > $REPO_DIR/BUILD_INFO
echo $SHA >> $REPO_DIR/BUILD_INFO

Expand Down

0 comments on commit 19cfb4e

Please sign in to comment.