Skip to content

Commit

Permalink
fixed design50 version
Browse files Browse the repository at this point in the history
  • Loading branch information
rongxin-liu committed Aug 8, 2024
1 parent 1f482d6 commit f998f54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ RUN npm install --global @vscode/vsce yarn && \
cd design50.vsix && \
npm install && \
vsce package && \
mv design50-0.0.1.vsix /opt/cs50/extensions && \
mv design50-1.0.0.vsix /opt/cs50/extensions && \
cd /tmp && \
rm --force --recursive design50.vsix && \
npm uninstall --global vsce yarn
Expand Down

0 comments on commit f998f54

Please sign in to comment.