added debugging to deployment
This commit is contained in:
@ -28,7 +28,9 @@ git checkout $TARGET_BRANCH || git checkout --orphan $TARGET_BRANCH
|
|||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
# Clean out existing contents
|
# Clean out existing contents
|
||||||
|
echo "Cleaning out existing contents."
|
||||||
rm -rf docs/**/* || exit 0
|
rm -rf docs/**/* || exit 0
|
||||||
|
ls
|
||||||
|
|
||||||
# Run our compile script
|
# Run our compile script
|
||||||
doCompile
|
doCompile
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
"lint": "tslint --project ./ts",
|
"lint": "tslint --project ./ts",
|
||||||
"build": "rimraf ./build && tsc -p ts",
|
"build": "rimraf ./build && tsc -p ts",
|
||||||
"demo": "npm run build && node ./demo",
|
"demo": "npm run build && node ./demo",
|
||||||
"typedoc": "typedoc --out docs/ ts/ --module commonjs --target ES6"
|
"typedoc": "typedoc --out docs/ ts/ --module commonjs --target ES6 --disableOutputCheck"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"ts",
|
"ts",
|
||||||
|
Reference in New Issue
Block a user