Skip to content

Commit 244902a

Browse files
authored
test: prevent local package build cache (#77)
1 parent 58c582f commit 244902a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/e2e.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ for PKG in packages/* ; do
1010
popd > /dev/null
1111
done
1212

13+
rm -rf ./playground/**/node_modules/vue-i18n-routing
14+
rm -rf ./playground/**/package-lock.json
15+
1316
# Replace deps
1417
npx jiti ./scripts/replaceDeps.ts
1518

0 commit comments

Comments
 (0)