Skip to content

Commit fbddeea

Browse files
committed
Update deploy script
1 parent dfd6123 commit fbddeea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ jobs:
105105
id: build_release
106106
if: steps.create_release.outputs.id != ''
107107
run: |
108+
npm i --prefix ./node_modules
108109
ln -s /node_modules ./node_modules
109-
npm i --prefix /node_modules
110110
dev build --pack --mode ci --peer
111111
cp -rf .dist ./dist
112112

0 commit comments

Comments
 (0)