Skip to content

Commit

Permalink
test: update
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Apr 13, 2023
1 parent cbdbb8c commit 1e53edf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions playgrounds/build.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
#!/bin/bash

# exit when any command fails
set -e

cd ./vite-vue2.7
rm -rf node_modules
pnpm install
Expand Down

0 comments on commit 1e53edf

Please sign in to comment.