Skip to content

Commit 8a101dd

Browse files
author
Josh Goldberg
authored
Persisted tsc task output to CircleCI workspace (#109)
1 parent b3a3d89 commit 8a101dd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.circleci/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,11 @@ jobs:
107107

108108
- run: npm run tsc
109109

110+
- persist_to_workspace:
111+
root: "."
112+
paths:
113+
- src
114+
110115
workflows:
111116
version: 2
112117
commit:

0 commit comments

Comments
 (0)