Skip to content

Commit dc27eab

Browse files
committed
Update deploy script
1 parent b427e9b commit dc27eab

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,7 @@ jobs:
105105
id: build_release
106106
if: steps.create_release.outputs.id != ''
107107
run: |
108-
ln -s ./node_modules /build_release/node_modules
109-
ls -l ./build_release/@author.io
110-
dev build --pack --mode ci --peer -v "/build_release/:/node_modules"
108+
dev build --pack --mode ci --peer
111109
cp -rf .dist ./dist
112110
113111
# Upload tarballs to the release.

0 commit comments

Comments
 (0)