Skip to content

Commit 148b721

Browse files
committed
avoid thingy
1 parent 2af45d1 commit 148b721

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

dev-packages/e2e-tests/test-applications/nuxt-3-dynamic-import/copyIITM.bash

Lines changed: 0 additions & 7 deletions
This file was deleted.

dev-packages/e2e-tests/test-applications/nuxt-3-dynamic-import/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"private": true,
44
"type": "module",
55
"scripts": {
6-
"build": "nuxt build && bash ./copyIITM.bash",
6+
"build": "nuxt build",
77
"dev": "nuxt dev",
88
"generate": "nuxt generate",
99
"preview": "nuxt preview",
@@ -25,7 +25,8 @@
2525
"pnpm": {
2626
"overrides": {
2727
"nitropack": "~2.9.7",
28-
"ofetch": "^1.4.0"
28+
"ofetch": "^1.4.0",
29+
"@vercel/nft": "0.29.4"
2930
}
3031
},
3132
"volta": {

0 commit comments

Comments
 (0)