Skip to content

Commit a78210c

Browse files
committed
Update build process
1 parent ea97fdc commit a78210c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,9 @@ jobs:
104104
id: build_release
105105
if: steps.create_release.outputs.id != ''
106106
run: |
107-
ls -l
108107
ln -s /node_modules ./node_modules
108+
ls -l
109+
ls -l ./node_modules
109110
dev build --pack --mode ci --peer
110111
cp -rf .dist ./dist
111112

0 commit comments

Comments
 (0)