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 b427e9b commit dc27eab
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,7 @@ jobs:
id: build_release
if: steps.create_release.outputs.id != ''
run: |
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"
dev build --pack --mode ci --peer
cp -rf .dist ./dist
# Upload tarballs to the release.
Expand Down

0 comments on commit dc27eab

Please sign in to comment.