Skip to content

Commit 5cbdd25

Browse files
committed
avoid copy iitm stuff
1 parent 148b721 commit 5cbdd25

File tree

7 files changed

+8
-31
lines changed

7 files changed

+8
-31
lines changed

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

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

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

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

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

Lines changed: 1 addition & 1 deletion
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",

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

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

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

Lines changed: 6 additions & 1 deletion
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",
@@ -32,6 +32,11 @@
3232
}
3333
]
3434
},
35+
"pnpm": {
36+
"overrides": {
37+
"@vercel/nft": "0.29.4"
38+
}
39+
},
3540
"volta": {
3641
"extends": "../../package.json"
3742
}

dev-packages/e2e-tests/test-applications/nuxt-4/copyIITM.bash

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

dev-packages/e2e-tests/test-applications/nuxt-4/package.json

Lines changed: 1 addition & 1 deletion
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",

0 commit comments

Comments
 (0)