We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f42cd4d commit 18a2f68Copy full SHA for 18a2f68
packages/cli/snap-tests/build-ntfs-junction/snap.txt
@@ -1,2 +1,2 @@
1
-> cd via/app && vp build 2>&1 | grep -E 'built in|vite:build-html'
2
-✓ built in <variable>ms
+> node setup.js
+> cd via/app && vp build 2>&1
packages/cli/snap-tests/build-ntfs-junction/steps.json
@@ -2,6 +2,6 @@
"ignoredPlatforms": ["darwin", "linux"],
3
"commands": [
4
{ "command": "node setup.js", "ignoreOutput": true },
5
- "cd via/app && vp build 2>&1 | grep -E 'built in|vite:build-html'"
+ "cd via/app && vp build 2>&1"
6
]
7
}
0 commit comments