Skip to content

Commit b90e798

Browse files
author
Chris Geihsler
committed
Adding debugging info to build for workspace persistence
1 parent 7a0eca9 commit b90e798

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.circleci/config.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,11 @@ jobs:
2222
- run:
2323
name: Run Jest tests
2424
command: npm run test && npm run build
25+
- run:
26+
name: ls
27+
command: ls && pwd
2528
- persist_to_workspace:
26-
root: workspace
29+
root: "."
2730
paths:
2831
- rules.json
2932
deploy:

0 commit comments

Comments
 (0)