Skip to content

Commit

Permalink
remove temp debug
Browse files Browse the repository at this point in the history
  • Loading branch information
openhoat committed Jun 4, 2018
1 parent 7d9a2b4 commit babb64d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/private-map/package-scripts.tpl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ scripts:
script: nps clean.built && nps build.generate && nps build.lib.compile
description: Clean and build the project lib
compile:
script: tsc -p {{ libDir }} --listFiles
script: tsc -p {{ libDir }}
description: Compile the project lib
test:
default:
Expand All @@ -36,7 +36,7 @@ scripts:
script: cpx {{ typesDir }}/**/*.d.ts {{ distDir }}/test-built/types/
description: Copy types definitions to dist dir
compile:
script: tsc -p {{ testDir }} --listFiles
script: tsc -p {{ testDir }}
description: Compile the project tests
lint:
script: tslint -p .
Expand Down

0 comments on commit babb64d

Please sign in to comment.