Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

Commit

Permalink
chore: Attach workspace in lib as expected
Browse files Browse the repository at this point in the history
The git release script in tag raises an error:

    Error: open lib/drafter.js: no such file or directory

This looks like it is because workspace isn't attached inside lib
  • Loading branch information
kylef committed Nov 20, 2018
1 parent 790b654 commit cd8838c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,5 +108,5 @@ jobs:
- checkout
- run: git submodule update --recursive --init
- attach_workspace:
at: .
at: lib
- run: ./scripts/release.sh

0 comments on commit cd8838c

Please sign in to comment.