Skip to content

Commit

Permalink
Update deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
coreybutler committed Dec 20, 2021
1 parent 901d44f commit b427e9b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,9 @@ jobs:
id: build_release
if: steps.create_release.outputs.id != ''
run: |
ln -s ./node_modules /node_modules
ls -l ./node_modules
ls -l ./node_modules/@author.io
dev build --pack --mode ci --peer -v "./node_modules:/node_modules"
ln -s ./node_modules /build_release/node_modules
ls -l ./build_release/@author.io
dev build --pack --mode ci --peer -v "/build_release/:/node_modules"
cp -rf .dist ./dist
# Upload tarballs to the release.
Expand Down

0 comments on commit b427e9b

Please sign in to comment.