Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
_site
.DS_Store
/node_modules/
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ banner:
configure:
@echo -e "\033[0;32mCONFIGURE:\033[0m"
gem install jekyll bundler
yarn install

.PHONY: ensure
ensure:
Expand Down
12 changes: 0 additions & 12 deletions package.json

This file was deleted.

5 changes: 5 additions & 0 deletions scripts/run_typedoc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
# Runs typedoc on various Pulumi repos and copies them to
# the /libraries folder.

# NOTE: typedoc needs to be installed globally (see README.md) rather than
# in a local node_modules folder. This is because typedoc does not correctly
# support relative paths within a TypeScript file. (So, you can point it at a folder,
# but if those .ts files use a path like "..\", typedoc will fail to resolve as intended.)

set -o nounset -o errexit -o pipefail

PULUMI_AWS_DOCS=`mktemp -d`
Expand Down